Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Testing reusable flow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota committed May 22, 2023
1 parent 8c4fa3d commit 6caab85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out e2e repisitory
uses: actions/checkout@master
with:
name: homecentr/e2e
repository: homecentr/e2e
ref: refs/heads/master
path: e2e

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
push:

# TODO: Change this to CI, any changes to E2E tests should pass on a working env.
jobs:
e2e:
uses: ./.github/workflows/run-e2e.yml
Expand Down

0 comments on commit 6caab85

Please sign in to comment.