Skip to content

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Oct 18, 2023
1 parent 95fc15d commit 5de540b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Tests
name: Tests E2E

on: deployment_status

jobs:
tests:
name: Tests E2E
name: Tests
timeout-minutes: 60
runs-on: ubuntu-latest
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
path: playwright-report/
retention-days: 30

e2e-tests-report:
name: E2E Tests Report
report:
name: Report
runs-on: ubuntu-latest
needs: tests
if: always()
Expand Down

0 comments on commit 5de540b

Please sign in to comment.