This commit is contained in:
Aine
2023-10-17 16:37:44 +03:00
parent ea74eda6fc
commit 1a5e591f4f

View File

@@ -6,15 +6,15 @@ default:
variables: variables:
PLATFORMS: linux/arm64/v8,linux/amd64 PLATFORMS: linux/arm64/v8,linux/amd64
lint: test:
stage: test stage: test
script: script:
- just lint - just lint
unit:
stage: test
script:
- just test - just test
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- /root/cache/
docker: docker:
stage: release stage: release