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