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