Moved checkout back
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 18s
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 18s
This commit is contained in:
@@ -3,17 +3,12 @@ run-name: Web Proxy - Nix
|
||||
on: [push, merge]
|
||||
|
||||
jobs:
|
||||
checkout-repo:
|
||||
run-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
setup-nixos-runner:
|
||||
run-on: ubuntu-latest
|
||||
needs: [checkout-repo]
|
||||
run-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: echo in image
|
||||
run: echo "Hello Workflow world!"
|
||||
- name: List current folder
|
||||
|
||||
Reference in New Issue
Block a user