Skip to content

Commit

Permalink
CICD: specify interpreter for build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Apr 13, 2024
1 parent 336cb10 commit ec5842d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build
run: .github/workflows/scripts/check-build.sh
run: bash .github/workflows/scripts/check-build.sh
- name: Test
run: .github/workflows/scripts/check-test.sh
run: bash .github/workflows/scripts/check-test.sh

0 comments on commit ec5842d

Please sign in to comment.