Some checks failed
/ test (push) Failing after 5m43s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
12 lines
260 B
YAML
12 lines
260 B
YAML
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
|