Skip to content

Commit

Permalink
e2e: adapt output path and add comment about test target
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Dec 13, 2023
1 parent 1f21cd4 commit 06b1f56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: e2e tests
on:
workflow_dispatch:
push:
# workflow is triggered on staging and branches starting with 'e2e'
# but tests always run against staging preview build
branches:
- staging
- e2e-**
- e2e/**
- e2e**
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -29,4 +30,4 @@ jobs:
if: failure()
with:
name: e2e-screenshots-on-fail
path: output/ # or path/to/artifact
path: e2e-tests/output/ # or path/to/artifact
5 changes: 3 additions & 2 deletions .github/workflows/e2e_tests_firefox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: e2e tests with firefox
on:
workflow_dispatch:
push:
# workflow is triggered on staging and branches starting with 'e2e'
# but tests always run against staging preview build
branches:
- staging
- e2e-**
- e2e/**
- e2e**
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 06b1f56

Please sign in to comment.