We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbd87b commit ccf6a39Copy full SHA for ccf6a39
.github/workflows/asset-compute-smoke-test.yml
@@ -30,15 +30,13 @@ jobs:
30
./node_modules/mocha/bin/mocha test/index.test.js > consoleoutput.txt
31
32
grep "App initialization finished!" consoleoutput.txt
33
- grep "Successful deployment" consoleoutput.txt
34
- grep "Running tests in test/asset-compute/worker" consoleoutput.txt
+ grep -e "Running tests in .*/test/asset-compute/worker" consoleoutput.txt
35
grep "All tests were successful." consoleoutput.txt
36
37
- id: output
38
name: Write the output to console for debugging
39
if: ${{ failure() }}
40
run: |
41
- if [ -d "ffapp" ]; then cd ffapp; fi
42
cat consoleoutput.txt
43
44
- id: slacknotification
0 commit comments