tools/.forgejo/workflows/demo.yml
GnomeZworc bef278f64a
Some checks failed
/ test (push) Failing after 5m46s
change runing image #1
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-08-09 12:31:18 +02:00

12 lines
268 B
YAML

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
- uses: actions/checkout@v4
- run: ls -la