We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9132a76 commit e6c8078Copy full SHA for e6c8078
.github/workflows/test-browserstack.yml
@@ -101,5 +101,5 @@ jobs:
101
# here we check that there are no changed / new files from our test
102
# run. we use `git status`, grep out the build zip (downloaded above),
103
# and check if there are more than 0 lines in the output.
104
- run: if [[ $(git status --short | grep -c -v stencil-core-build.zip) -ne 0 ]]; then exit 1; fi
+ run: if [[ $(git status --short | grep -c -v stencil-core-build.zip) -ne 0 ]]; then echo git status --short; exit 1; fi
105
shell: bash
0 commit comments