Skip to content

Commit dedf6f2

Browse files
committed
get failed tests
1 parent a3cb37d commit dedf6f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: npm run test
3737
- name: Get failed tests
3838
id: get-failed-tests
39+
if: ${{ !cancelled() }}
3940
run: |
4041
CONTENT=$(cat ./playwright-errors/errors.md)
4142
echo "::set-output name=content::$CONTENT"

0 commit comments

Comments
 (0)