Skip to content

Commit 78ddb74

Browse files
committed
use bash
1 parent e87f14b commit 78ddb74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
mvn -B package --file pom.xml -DskipTests
6060
npm install -g @stoplight/prism-cli
6161
prism mock ./bandwidth.yml & (sleep 3; mvn test -Punit-tests)
62+
shell: bash

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
run: |
5656
mvn -B package --file pom.xml -DskipTests
5757
mvn test -Psmoke-tests
58+
shell: bash
5859

5960
notify_for_failures:
6061
name: Notify for Failures

0 commit comments

Comments
 (0)