Two different jobs
Some checks failed
/ nixosConfiguration-pixelfed (push) Failing after 32s
/ check-pixelfed-garage (push) Has been cancelled

This commit is contained in:
Nicolas Jeannerod 2024-09-30 11:24:22 +02:00
parent 5d9c25e093
commit 33255c778d
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -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