Skip to content
Snippets Groups Projects
Commit cab32ec7 authored by Sky Brewer's avatar Sky Brewer
Browse files

add playwright install before run tests

parent 8a632053
No related branches found
No related tags found
No related merge requests found
Pipeline #211209 failed
......@@ -49,6 +49,9 @@ pages:
unit-tests:
stage: test
before_script:
- npx playwright install-deps
- npx playwright install
script:
- npm run test
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment