Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Successful in 2s
All checks were successful
Workflow Test / Step One (push) Successful in 2s
This commit is contained in:
parent
5012b386ed
commit
794aa4b560
16
.github/workflows/test.yaml
vendored
16
.github/workflows/test.yaml
vendored
@ -5,21 +5,7 @@ jobs:
|
|||||||
first:
|
first:
|
||||||
name: Step One
|
name: Step One
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: alpine/git
|
||||||
image: node:latest
|
|
||||||
volumes:
|
|
||||||
- ${{github.workspace}}:${{github.workspace}}
|
|
||||||
steps:
|
steps:
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- run: ls
|
|
||||||
second:
|
|
||||||
name: Step One
|
|
||||||
needs: first
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: node:latest
|
|
||||||
volumes:
|
|
||||||
- ${{github.workspace}}:${{github.workspace}}
|
|
||||||
steps:
|
|
||||||
- run: ls
|
- run: ls
|
Loading…
Reference in New Issue
Block a user