Try it
/ test (push) Failing after 1m1s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-05 20:43:26 +00:00
parent 8ef0e957f0
commit 99d5cf5edd
1 changed files with 3 additions and 1 deletions

View File

@ -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 .