diff --git a/.woodpecker.yml b/.woodpecker.yml index 74ce1cf..2fdd280 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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