From 65c18ad226626fab237a3a6439f1db57f1f2ee7a Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Thu, 26 Jan 2023 20:33:12 -0600 Subject: [PATCH] ci: added test back in --- .woodpecker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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