Skip to content

Commit

Permalink
Do not record video for firefox run
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Mar 29, 2023
1 parent 9b32fdd commit fa2cf33
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ jobs:
CYPRESS_USERNAME: ${{ secrets.CYPRESS_USERNAME }}
CYPRESS_PASSWORD: ${{ secrets.CYPRESS_PASSWORD }}
with:
browser: firefox
- name: Upload videos
uses: actions/upload-artifact@v3
with:
name: video-firefox-run
path: cypress/videos
command: npx cypress run --browser firefox --config video=false
cypress-run-edge:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit fa2cf33

Please sign in to comment.