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:
|
first:
|
||||||
name: Step One
|
name: Step One
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:latest
|
container:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${{github.workspace}}:/app
|
- ${{github.workspace}}:/app
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
name: Step One
|
name: Step One
|
||||||
needs: first
|
needs: first
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: node:latest
|
container:
|
||||||
image: node:latest
|
image: node:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ${{github.workspace}}:/root
|
- ${{github.workspace}}:/root
|
||||||
|
Loading…
Reference in New Issue
Block a user