Testing ubuntu runnability
All checks were successful
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 15s

This commit is contained in:
2025-10-03 17:01:54 +02:00
parent 37a1fd96ab
commit 078a527c1d

View File

@@ -5,9 +5,8 @@ on: [push, merge]
jobs: jobs:
setup-nixos-runner: setup-nixos-runner:
run-on: ubuntu-latest run-on: ubuntu-latest
#container: container:
# image: nixos/nix image: ubuntu
steps: steps:
- name: echo in image - name: echo in image
uses: docker/nixos/nix
run: echo "Hello Workflow world!" run: echo "Hello Workflow world!"