Skip to content

Commit

Permalink
debugging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Jul 8, 2024
1 parent 2ee44c3 commit f11d4a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/_end-to-end.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: End-to-end tests
on:
workflow_call:
push:
pull_request:
jobs:
end-to-end:
timeout-minutes: 60
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ on:

jobs:
run-tests:
uses: ./.github/workflows/_validate.yml
e2e:
uses: ./.github/workflows/_end-to-end.yml
secrets: inherit
uses: ./.github/workflows/_validate.yml

0 comments on commit f11d4a8

Please sign in to comment.