Bump @cypress/request, cypress and cypress-html-validate #141
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PROD Check save Game" | |
on: | |
pull_request: | |
push: | |
workflow_call: | |
workflow_dispatch: | |
jobs: | |
smoke_job: | |
name: Cypress PROD Check save Game | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: cypress run | |
uses: cypress-io/github-action@v5 | |
with: | |
working-directory: tests/tests_cypress/smoke_prod | |
start: npm run start |