Skip to content

Commit b091b37

Browse files
authored
test: Fix Cypress workflow YAML to resolve merge issues introduced by the CHEFS Enterprise PR (bcgov#1888)
* Fix to cypress warning on CI/CD * Added fix to axe-report * Updated * Fixed axe issues * Updated yaml file * Added wait time * Updated name search * Removed / from path * Folder path updated * Made correct path for axe-report * Removed issues * Updated Node version to fix warning on CI/CD * Upgrade upload-artifact action to version 6
1 parent de64f5c commit b091b37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
if: always()
5151
with:
5252
name: cypress-axe-reports
53-
run: mkdir -p tests/functional/cypress/axe-reports
53+
path: '${{ github.workspace }}/tests/functional/cypress/axe-reports'
5454
if-no-files-found: ignore
55-
55+
5656
- uses: actions/upload-artifact@v6
5757
if: failure()
5858
with:

0 commit comments

Comments
 (0)