test docker #1
Some checks failed
/ test (push) Failing after 5m52s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-10 13:10:38 +02:00
commit 75fd0d41e7
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -2,11 +2,10 @@ on: [push]
jobs:
test:
runs-on: docker
container:
image: golang:1.24.6-bookworm
steps:
- run: echo All good!
- run: apt-get update && apt-get install -y make git
- run: ls -la
- run: docker ps
- uses: actions/checkout@v4
- run: ls -la