ci: added test back in
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Dylan R. E. Moonfire 2023-01-26 20:33:12 -06:00
parent 5933554cb4
commit 65c18ad226
1 changed files with 6 additions and 6 deletions

View File

@ -12,12 +12,12 @@ pipeline:
when:
event: [push, manual]
# test:
# image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
# commands:
# - nix develop --command scripts/test.sh
# when:
# event: [push, manual]
test:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/test.sh
when:
event: [push, manual]
release:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest