Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Verified Commit b042645e authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Introduced CI caching

parent e380c42f
Branches
Tags
1 merge request!24Added convenience method to create test data
Pipeline #
......@@ -21,6 +21,9 @@ build_test_env:
paths:
- .venv/
expire_in: 1 hour
cache:
paths:
- .venv
# ============================== Testing section ============================= #
# ----------------------------- Backend subsection --------------------------- #
......@@ -60,6 +63,9 @@ test_frontend:
script:
- yarn install
- yarn test --single-run
cache:
paths:
- frontend/node_modules/
# =========================== Gitlab pages section =========================== #
test_coverage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment