Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
chore(deps): update cypress-io/github-action action to v4.1.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2022
1 parent 997d480 commit be3fa82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ jobs:

- name: Affected E2E
if: ${{ env.NX_AFFECTED == 'true' }}
uses: cypress-io/github-action@f9e9419e05e5b83168d397d9c1d8d40ea179901e # tag=v4.0.0
uses: cypress-io/github-action@be2de7b1fe1cdafb4a3c8da0a3746476ef636b65 # tag=v4.1.0
with:
install: false
command: pnpm nx affected --target=e2e --parallel=${{ env.NX_PARALLEL }}

- name: E2E
if: ${{ env.NX_AFFECTED == 'false' }}
uses: cypress-io/github-action@f9e9419e05e5b83168d397d9c1d8d40ea179901e # tag=v4.0.0
uses: cypress-io/github-action@be2de7b1fe1cdafb4a3c8da0a3746476ef636b65 # tag=v4.1.0
with:
install: false
command: pnpm nx run-many --target=e2e --all --parallel=${{ env.NX_PARALLEL }}

0 comments on commit be3fa82

Please sign in to comment.