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
43b1d6e9bd
commit
5012b386ed
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -8,9 +8,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${{github.workspace}}:/app
|
- ${{github.workspace}}:${{github.workspace}}
|
||||||
steps:
|
steps:
|
||||||
- run: cd /app
|
- run: pwd
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: ls
|
- run: ls
|
||||||
second:
|
second:
|
||||||
@ -20,6 +20,6 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${{github.workspace}}:/root
|
- ${{github.workspace}}:${{github.workspace}}
|
||||||
steps:
|
steps:
|
||||||
- run: ls
|
- run: ls
|
Loading…
Reference in New Issue
Block a user