Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteknowacki committed Aug 21, 2023
1 parent 5a29ee5 commit afeb8b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: NODE_OPTIONS=--max_old_space_size=4096 npm install
- name: Cypress run critical
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
env:
API_URI: ${{ steps.api_uri.outputs.custom_api_uri }}
APP_MOUNT_URI: ${{ secrets.APP_MOUNT_URI }}
Expand All @@ -256,7 +256,6 @@ jobs:
CYPRESS_grepTags: ${{ needs.prepare-tests.outputs.tags }}
SPLIT: ${{ strategy.job-total }}
SPLIT_INDEX: ${{ strategy.job-index }}
SPEC: ${{ needs.prepare-tests.outputs.tags }}
with:
group: "UI - Chrome"
tag: Critical, ${{github.event.action}}
Expand Down

0 comments on commit afeb8b5

Please sign in to comment.