mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
ci: don't run tests in GitLab CI
It eats too many CI minutes.
This commit is contained in:
parent
f67649307d
commit
213a06295d
1 changed files with 0 additions and 9 deletions
|
@ -4,17 +4,8 @@ variables:
|
||||||
NIX_PATH: "nixpkgs=channel:nixos-unstable"
|
NIX_PATH: "nixpkgs=channel:nixos-unstable"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
Run tests:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- nix-shell --pure tests -A run.files-text
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_BRANCH == "master"
|
|
||||||
when: always
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue