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