Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Aug 15, 2024
1 parent e87f14b commit 78ddb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ jobs:
mvn -B package --file pom.xml -DskipTests
npm install -g @stoplight/prism-cli
prism mock ./bandwidth.yml & (sleep 3; mvn test -Punit-tests)
shell: bash
1 change: 1 addition & 0 deletions .github/workflows/test-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
mvn -B package --file pom.xml -DskipTests
mvn test -Psmoke-tests
shell: bash

notify_for_failures:
name: Notify for Failures
Expand Down

0 comments on commit 78ddb74

Please sign in to comment.