fix: runner name
All checks were successful
/ test (push) Successful in 1s

This commit is contained in:
Nydragon 2025-01-31 12:01:18 +01:00
parent 7b3d175ff6
commit 0e6c702ea9
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@ on: [push]
jobs: jobs:
test: test:
runs-on: nix runs-on: nixos
steps: steps:
- uses: actions/checkout@v4 #- uses: actions/checkout@v4
- run: nix --experimental-features 'nix-command flakes' flake check --verbose - run: echo "Hello World!"
#- run: nix --experimental-features 'nix-command flakes' flake check --verbose

View file

@ -24,7 +24,7 @@ in
url = "https://git.ccnlc.eu"; url = "https://git.ccnlc.eu";
labels = [ labels = [
"debian-latest:docker://node:18-bullseye" "debian-latest:docker://node:18-bullseye"
"nixos:docker://ghcr.io/nydragon/runner@sha256:0378d0f8ad08e2d4e541fba37c688fd46a3088d47314343ef3158ce94c7e1713" "nixos:docker://ghcr.io/nydragon/runner@sha256:2d353515d7461fe493cb69f538ebf188944b0de8fd2613a652636fc75098acac"
]; ];
}; };
}; };