From a99078a3b250cc78b88d654c3f6db78073a19b3a Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Wed, 21 Feb 2024 01:48:29 +0100 Subject: [PATCH] feat(infra): add ci for rescue01 --- .forgejo/workflows/eval.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.forgejo/workflows/eval.yaml b/.forgejo/workflows/eval.yaml index 0072899..b5cbf0a 100644 --- a/.forgejo/workflows/eval.yaml +++ b/.forgejo/workflows/eval.yaml @@ -58,3 +58,13 @@ jobs: run: | # Enter the shell nix-shell --run 'colmena build --on web02' + + build_rescue01: + runs-on: nix + steps: + - uses: actions/checkout@v3 + + - name: Build rescue01 + run: | + # Enter the shell + nix-shell --run 'colmena build --on rescue01'