Some checks failed
/ test (push) Failing after 5m52s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
11 lines
240 B
YAML
11 lines
240 B
YAML
on: [push]
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
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
|