From 33255c778ddea1498e79211c776eaed87e006e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 30 Sep 2024 11:24:22 +0200 Subject: [PATCH] Two different jobs --- .forgejo/workflows/test.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 4c9e630..f7b16ab 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -1,12 +1,15 @@ on: [push] + jobs: - test: + + nixosConfiguration-pixelfed: runs-on: native steps: - - run: whoami - - run: echo $HOME - - uses: actions/checkout@v4 + - run: nix build .#nixosConfigurations.pixelfed.config.system.build.toplevel - - run: | - nix build .#checks.x86_64-linux.pixelfed-garage -L + check-pixelfed-garage: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: nix build .#checks.x86_64-linux.pixelfed-garage -L