Skip to content

Commit

Permalink
ci: don't run tests in GitLab CI
Browse files Browse the repository at this point in the history
It eats too many CI minutes.
  • Loading branch information
rycee committed Oct 27, 2022
1 parent f676493 commit 213a062
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 213a062

Please sign in to comment.