diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f7f3c1bc..612b4330f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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? @@ -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?