Skip to content

Commit

Permalink
trying to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveranthony17 committed Oct 14, 2024
1 parent a58c014 commit e7a6443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile

steps:
- name: Checkout code
Expand Down

0 comments on commit e7a6443

Please sign in to comment.