Skip to content

Commit

Permalink
πŸ‘Œ install browser dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed Jan 27, 2025
1 parent 35ab323 commit 894fb1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ e2e:
junit: test-report/e2e/*.xml
script:
- yarn
- yarn playwright install --with-deps
- FORCE_COLOR=1 yarn test:e2e
after_script:
- node ./scripts/test/export-test-result.js e2e
Expand All @@ -235,6 +236,7 @@ e2e-developer-extension:
interruptible: true
script:
- yarn
- yarn playwright install --with-deps
- yarn test:e2e:developer-extension

check-licenses:
Expand Down

0 comments on commit 894fb1b

Please sign in to comment.