Skip to content

Commit

Permalink
lets see what the env is
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jul 26, 2021
1 parent 28c68d3 commit 652d52f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
bundle install
- name: Run ShellCheck
run: rake test:shellcheck
run: |
bundle env
bundle exec rake test:shellcheck
- name: Run unit tests
run: rake test:unit
Expand Down

0 comments on commit 652d52f

Please sign in to comment.