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 a3cb37d commit dedf6f2Copy full SHA for dedf6f2
.github/workflows/playwright.yml
@@ -36,6 +36,7 @@ jobs:
36
run: npm run test
37
- name: Get failed tests
38
id: get-failed-tests
39
+ if: ${{ !cancelled() }}
40
run: |
41
CONTENT=$(cat ./playwright-errors/errors.md)
42
echo "::set-output name=content::$CONTENT"
0 commit comments