Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
bef278f64a
commit
75fd0d41e7
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue