Skip to content

Commit

Permalink
Pin cypress-io GitHub Action version for Next.JS app (#10894)
Browse files Browse the repository at this point in the history
* Pin `cypress-io` GitHub Action version for Next.JS app

* Update simorgh-e2e-tests.yml
  • Loading branch information
amoore108 authored Jun 14, 2023
1 parent f763672 commit f4804f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/simorgh-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
start: yarn start

- name: Run Simorgh NextJS E2Es
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v5.8.1
with:
working-directory: ws-nextjs-app
build: yarn build
start: yarn start
wait-on: 'http://localhost:7081'

0 comments on commit f4804f1

Please sign in to comment.