chore: add entrypoint to container
Some checks failed
flake-check / build (pull_request) Failing after 1s
Some checks failed
flake-check / build (pull_request) Failing after 1s
This commit is contained in:
2
.github/workflows/flake-check.yaml
vendored
2
.github/workflows/flake-check.yaml
vendored
@@ -8,6 +8,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
container:
|
||||||
|
options: '--entrypoint "sh -c sleep 10800"'
|
||||||
runs-on: [ nix-latest ]
|
runs-on: [ nix-latest ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Reference in New Issue
Block a user