Update Cypress GHA to v4 (#1768)

* Update cypress gha to v4

* Trigger build
This commit is contained in:
Vim 2022-07-26 13:59:12 -04:00 committed by GitHub
commit 746d36d4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>