Skip to content
Snippets Groups Projects
Commit dac1bdb2 authored by Artur Carvalho's avatar Artur Carvalho
Browse files

Try again

parent e04a3f42
No related branches found
No related tags found
1 merge request!1Add initial libraries
Pipeline #67674 failed
......@@ -29,14 +29,14 @@ e2e tests:
- npm i # todo: cache from build?
- npx playwright install
script:
- npm run test:e2e
cache:
key: ${CI_COMMIT_REF_SLUG}-e2e
paths:
- node_modules
- npx playwright test
# cache:
# key: ${CI_COMMIT_REF_SLUG}-e2e
# paths:
# - node_modules
artifacts:
when: always # on_failure
paths:
- out/report
- e2e/out/report
reports:
junit: results.xml
junit: e2e/out/report/results.xml
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