diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edde5ce..e609277 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,26 +10,5 @@ name: Ruby permissions: contents: read jobs: - test: - name: Ruby ${{ matrix.ruby-version }} - runs-on: ubuntu-latest - env: - BUNDLE_WITH: development - strategy: - matrix: - ruby-version: - - '3.0' - - '3.1' - - '3.2' - - '3.3' - - head - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: "${{ matrix.ruby-version }}" - bundler-cache: true - - name: Run tests - run: bundle exec rake + rake: + uses: dafyddcrosby/dc-github-actions/.github/workflows/bundle_rake.yml@main