Skip to content
Snippets Groups Projects
Commit 68a768b8 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: Cache playwright browsers

parent f4782e68
No related branches found
No related tags found
No related merge requests found
Pipeline #189748 passed
...@@ -4,6 +4,10 @@ cache: ...@@ -4,6 +4,10 @@ cache:
key: ${CI_PROJECT_PATH} key: ${CI_PROJECT_PATH}
paths: paths:
- _yarn_cache - _yarn_cache
- _playwright_cache
variables:
PLAYWRIGHT_BROWSERS_PATH: "$CI_PROJECT_DIR/_playwright_cache"
before_script: before_script:
- yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache" - yarn config set cache-folder "$CI_PROJECT_DIR/_yarn_cache"
......
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