We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87f14b commit 78ddb74Copy full SHA for 78ddb74
.github/workflows/test-pr.yml
@@ -59,3 +59,4 @@ jobs:
59
mvn -B package --file pom.xml -DskipTests
60
npm install -g @stoplight/prism-cli
61
prism mock ./bandwidth.yml & (sleep 3; mvn test -Punit-tests)
62
+ shell: bash
.github/workflows/test-smoke.yml
@@ -55,6 +55,7 @@ jobs:
55
run: |
56
57
mvn test -Psmoke-tests
58
notify_for_failures:
name: Notify for Failures
0 commit comments