Update .github/workflows/test.yaml
This commit is contained in:
parent
b6c1e94ff8
commit
3d91b24e6e
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -8,8 +8,9 @@ jobs:
|
|||||||
container: node:latest
|
container: node:latest
|
||||||
image: node:latest
|
image: node:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${{github.workspace}}:/root
|
- ${{github.workspace}}:/app
|
||||||
steps:
|
steps:
|
||||||
|
- run: cd /app
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: ls
|
- run: ls
|
||||||
second:
|
second:
|
||||||
|
Loading…
Reference in New Issue
Block a user