Skip to content

Commit 1813222

Browse files
committed
migrate to github actions
1 parent eac1e70 commit 1813222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
1616
gemfile: ['7.0', '7.1', '7.2', '8.0']
1717

18-
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
19-
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
18+
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
19+
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)