Two different jobs
This commit is contained in:
parent
5d9c25e093
commit
33255c778d
|
@ -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
|
||||
|
|
Reference in a new issue