Try it
/ test (push) Failing after 1m1s
Details
/ test (push) Failing after 1m1s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
8ef0e957f0
commit
99d5cf5edd
|
@ -3,4 +3,6 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: apt update; apt install podman
|
- run: apt update; apt install -y podman
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: podman build .
|
||||||
|
|
Loading…
Reference in New Issue