mirror of
https://github.com/nix-community/home-manager
synced 2024-11-21 20:23:08 +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"
|
||||
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
Run tests:
|
||||
stage: test
|
||||
script:
|
||||
- nix-shell --pure tests -A run.files-text
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "master"
|
||||
when: always
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue