Skip to content

Commit

Permalink
Merge pull request #25 from rtCamp/update/artifact-version
Browse files Browse the repository at this point in the history
Updated artifact version [Master]
  • Loading branch information
juhi123 authored Jan 27, 2025
2 parents 8b57672 + 029df08 commit 667aaee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: End-to-End Tests
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [master]
pull_request:
branches: [master]
# push:
# branches: [master]
# pull_request:
# branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Archive HTML Report on failure
if: failure()
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: report
path: ./tests/e2e-playwright/uploads
Expand Down

0 comments on commit 667aaee

Please sign in to comment.