Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sirugh authored Sep 23, 2024
2 parents 5fdefd3 + 0f0d9f4 commit 816de42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Start server in the background
run: npm start &

- name: Install Cypress and run tests
- name: Install Cypress and run tests
uses: cypress-io/github-action@v6
with:
working-directory: cypress
Expand All @@ -22,4 +22,4 @@ jobs:
with:
name: cypress-screenshots
path: cypress/screenshots
if-no-files-found: ignore
if-no-files-found: ignore

0 comments on commit 816de42

Please sign in to comment.