Update Cypress Github Action to v4

This commit is contained in:
Felipe Knorr Kuhn 2022-06-03 20:59:03 -07:00
parent 2a287b8d66
commit ce0564a89c
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -21,7 +21,7 @@ jobs:
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- name: ${{ matrix.browser }} browser tests (Mempool)
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
tag: ${{ github.event_name }}
working-directory: frontend
@ -45,7 +45,7 @@ jobs:
CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
- name: ${{ matrix.browser }} browser tests (Liquid)
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
if: always()
with:
tag: ${{ github.event_name }}