Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
ce48e508e6
commit
96582094bb
1 changed files with 4 additions and 0 deletions
|
|
@ -2,7 +2,11 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: golang:1.21-alpine
|
||||
steps:
|
||||
- run: echo All good!
|
||||
- run: apk update && apk add --no-cache make git
|
||||
- run: ls -la
|
||||
- uses: actions/checkout@v4
|
||||
- run: ls -la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue