Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Jan 28, 2025
1 parent d8d1280 commit be6c14b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
echo "$matrix_json"
# Set the output
echo "${{ matrix.engine.alias }}=$matrix_json" >> $GITHUB_OUTPUT
- run: bundle cache
- run: bundle exec rake dependency:install
- uses: actions/upload-artifact@v4
with:
name: bundled-dependencies-${{ github.run_id }}-${{ matrix.engine.alias }}
retention-days: 1
path: |
Gemfile.lock
vendor/
/usr/local/bundle
test-ruby-33:
name: ruby-3.3 batch ${{ matrix.batch }}
needs:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: bundled-dependencies-${{ github.run_id }}-ruby-33
- run: bundle install --local
- run: bundle install
- name: Run batched tests
env:
MATRIX_TASKS: "${{ toJSON(matrix.tasks) }}"
Expand Down

0 comments on commit be6c14b

Please sign in to comment.