Skip to content
Snippets Groups Projects
Commit a6cfa837 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix gha

parent 7b14b502
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ jobs:
echo "SCREENSHOT_PATH=$SCREENSHOT_PATH" >> $GITHUB_ENV
echo "USE_SAFARI=$USE_SAFARI" >> $GITHUB_ENV
- name: Run cypress
run: cypress run --browser ${{ matrix.browser }} -s cypress/e2e/screenshot.cy.js
run: ./node_modules/.bin/cypress run --browser ${{ matrix.browser }} -s cypress/e2e/screenshot.cy.js
- uses: actions/upload-artifact@v4
with:
name: $SCREENSHOT_PATH
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment