Two different jobs
This commit is contained in:
parent
5d9c25e093
commit
33255c778d
|
@ -1,12 +1,15 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
|
||||||
|
nixosConfiguration-pixelfed:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- run: whoami
|
|
||||||
- run: echo $HOME
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- run: nix build .#nixosConfigurations.pixelfed.config.system.build.toplevel
|
||||||
|
|
||||||
- run: |
|
check-pixelfed-garage:
|
||||||
nix build .#checks.x86_64-linux.pixelfed-garage -L
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: nix build .#checks.x86_64-linux.pixelfed-garage -L
|
||||||
|
|
Reference in a new issue