Skip to content

Commit

Permalink
[playground] Always upload test results in ci
Browse files Browse the repository at this point in the history
Small change to always upload test results from CI even if the test failed.
  • Loading branch information
poteto committed Nov 18, 2024
1 parent 579cc2a commit cedbb5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compiler_playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- run: npx playwright install --with-deps chromium
- run: yarn test
- name: Archive test results
if: '!cancelled()'
uses: actions/upload-artifact@v4
with:
name: test-results
Expand Down

0 comments on commit cedbb5c

Please sign in to comment.