Skip to content

Commit

Permalink
simplify end to end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Jul 8, 2024
1 parent 26325c7 commit 2ee44c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: 'Post-deploy'
name: End-to-end tests
on:
deployment_status:
workflow_dispatch:
push:
branches:
- "106-playwright-storybook"
workflow_call:
jobs:
test:
end-to-end:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/_playwright.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ jobs:
run-tests:
uses: ./.github/workflows/_validate.yml
e2e:
needs: [run-tests]
uses: ./.github/workflows/_playwright.yml
uses: ./.github/workflows/_end-to-end.yml
secrets: inherit

0 comments on commit 2ee44c3

Please sign in to comment.