Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 1m26s
Some checks failed
Workflow Test / Step One (push) Failing after 1m26s
This commit is contained in:
parent
3d91b24e6e
commit
43b1d6e9bd
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
first:
|
||||
name: Step One
|
||||
runs-on: ubuntu-latest
|
||||
container: node:latest
|
||||
container:
|
||||
image: node:latest
|
||||
volumes:
|
||||
- ${{github.workspace}}:/app
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
name: Step One
|
||||
needs: first
|
||||
runs-on: ubuntu-latest
|
||||
container: node:latest
|
||||
container:
|
||||
image: node:latest
|
||||
volumes:
|
||||
- ${{github.workspace}}:/root
|
||||
|
Loading…
Reference in New Issue
Block a user