Skip to content

Commit

Permalink
ci: test against bash and sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Feb 8, 2024
1 parent 74a6be3 commit 1f03a9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
test:
defaults:
run:
shell: sh
shell: ${{ matrix.shell }}
needs: [build]
strategy:
fail-fast: false
matrix:
os: ["windows-latest","ubuntu-latest","macos-latest"]
shell: ["sh","bash"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -46,4 +47,4 @@ jobs:
run: ./script/unpack-and-test.sh
env:
BINARY_OS: 'windows'
BINARY_ARCH: 'x86'
BINARY_ARCH: 'x86'

0 comments on commit 1f03a9e

Please sign in to comment.