Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 3, 2024
1 parent 6f3e3e8 commit ef0c5c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
run: gem update --system 3.2.3
if: matrix.ruby == '2.6'

- name: Build stub and run tests
- name: Build stub and run tests
env:
TMP: ${{ github.workspace }}
TEMP: ${{ github.workspace }}
run: |
bundle exec rake build_stub
bundle exec rake test

0 comments on commit ef0c5c7

Please sign in to comment.