Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Sreeram committed Aug 1, 2024
1 parent 559e00f commit e1bfe12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ jobs:
run: |
npx playwright test
- name: Delete test environments
if: ${{ success('start-test-environment') }}
if: ${{always() && steps.load-files.outputs.tests_exists == 'true'}}
run: npx ts-node post_delete_env.ts
- uses: actions/upload-artifact@v3
if: always()
if: ${{always() && steps.load-files.outputs.tests_exists == 'true'}}
with:
name: playwright-report
path: .tests/playwright-report/
Expand Down

0 comments on commit e1bfe12

Please sign in to comment.