Skip to content

Commit dfb96ea

Browse files
authored
Fix to cypress warning on CI/CD (bcgov#1823)
1 parent 27e856f commit dfb96ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cypress-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
with:
4949
name: cypress-axe-reports
5050
run: mkdir -p tests/functional/cypress/axe-reports
51+
path: '${{ github.workspace }}/tests/functional/cypress/axe-reports'
5152

5253
- uses: actions/upload-artifact@v4
5354
if: failure()

0 commit comments

Comments
 (0)