We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2dab2 commit d208965Copy full SHA for d208965
.github/workflows/e2e-test.yml
@@ -9,12 +9,11 @@ on:
9
branches:
10
- develop
11
- master
12
- - automation
+
13
pull_request:
14
15
16
17
18
19
# Allows you to run this workflow manually from the Actions tab
20
workflow_dispatch:
@@ -49,7 +48,7 @@ jobs:
49
48
uses: actions/upload-artifact@v1
50
with:
51
name: report
52
- path: ./tests/e2e-playwright/uploads
+ path: ./tests/e2e-playwright/config
53
54
- name: Cleanup
55
if: ${{ always() }}
tests/e2e-playwright/uploads/img.jpg
-49.9 KB
0 commit comments