Skip to content

Commit

Permalink
set shell explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 18, 2024
1 parent 9b88dfd commit 99821db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
C:\Program Files\Git\bin\bash.exe ./scripts/generate-secrets.sh yes
- name: init secrets
if: matrix.os == 'windows-latest'
if: matrix.os != 'windows-latest'
run: ./scripts/generate-secrets.sh yes
shell: bash

- name: make starter
run: make starter
shell: bash

- name: check online
# TODO: what's a windows curl?
Expand All @@ -49,9 +50,11 @@ jobs:
- name: make build
run: make build
shell: bash

- name: make production
run: make production
shell: bash

- name: check online
# TODO: what's a windows curl?
Expand Down

0 comments on commit 99821db

Please sign in to comment.