Skip to content

Commit 1568327

Browse files
authored
Merge pull request #390 from rtCamp/update/artifact-version
Updated the artifacts versions for main
2 parents 4c7e72c + 7eb56dd commit 1568327

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/e2e-test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ name: End-to-End Tests
55
# Controls when the workflow will run
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
8-
push:
9-
branches:
10-
- develop
11-
- master
8+
# push:
9+
# branches:
10+
# - develop
11+
# - master
1212

13-
pull_request:
14-
branches:
15-
- develop
16-
- master
13+
# pull_request:
14+
# branches:
15+
# - develop
16+
# - master
1717

1818
# Allows you to run this workflow manually from the Actions tab
1919
workflow_dispatch:
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Archive HTML Report on failure
5454
if: failure()
55-
uses: actions/upload-artifact@v1
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: report
5858
path: ./tests/e2e-playwright/config

0 commit comments

Comments
 (0)