Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 3s
Some checks failed
Workflow Test / Step One (push) Failing after 3s
This commit is contained in:
parent
62c2212a3c
commit
51372c0470
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
@ -7,13 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ubuntu:latest
|
container: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: touch test.txt
|
- run: touch test.txt
|
||||||
- run: ls
|
- run: ls
|
||||||
|
|
||||||
second:
|
|
||||||
name: Step Two
|
|
||||||
needs: first
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: ls
|
|
Loading…
Reference in New Issue
Block a user