Skip to content

Commit

Permalink
ci: explicitly bash
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 28, 2023
1 parent d4c3c61 commit d017078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: ./test/profiles.sh
- run: bash ./test/profiles.sh

0 comments on commit d017078

Please sign in to comment.