mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-19 01:31:39 -07:00
Update Cypress GHA to v4 (#1768)
* Update cypress gha to v4 * Trigger build
This commit is contained in:
parent
237122b2c5
commit
746d36d4a6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy_fe_staging.yml
vendored
2
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- name: Check for security vulnerabilities
|
- name: Check for security vulnerabilities
|
||||||
run: npm audit --production
|
run: npm audit --production
|
||||||
- name: Cypress / Gherkin integration tests 🌃
|
- name: Cypress / Gherkin integration tests 🌃
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v4
|
||||||
with:
|
with:
|
||||||
working-directory: ${{env.WORKING_DIRECTORY}}
|
working-directory: ${{env.WORKING_DIRECTORY}}
|
||||||
browser: chrome
|
browser: chrome
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- your content here... adding comment to trigger build-->
|
<!-- your content here... changing comment to trigger build-->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue