Skip to content

Commit

Permalink
Switched to working-directory in the pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos Bonic committed Jan 8, 2024
1 parent 114f604 commit 3436b6d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
METHOD: ${{ matrix.method }}
SH: ${{ matrix.shell }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd tests/linux
./test.sh
working-directory: tests/linux
run: ./test.sh
macos:
name: MacOS
runs-on: macos-latest
Expand All @@ -40,9 +39,8 @@ jobs:
- name: Install Cosign
uses: sigstore/[email protected]
- name: Test
run: |
cd tests/macos
./${{ matrix.method }}.sh
working-directory: tests/macos
run: ./${{ matrix.method }}.sh
widows:
name: Windows
runs-on: windows-latest
Expand Down

0 comments on commit 3436b6d

Please sign in to comment.