Skip to content

Commit

Permalink
Fix order for run, fixes problem introduced in #7
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Sep 25, 2022
1 parent 08f6633 commit 05586b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Environment setup
- run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
- name: Environment setup
- run: |
brew install bats-core mkcert
mkcert -install
Expand Down

0 comments on commit 05586b8

Please sign in to comment.