Update .github/workflows/test.yaml
Some checks failed
Workflow Test / Step One (push) Failing after 1m26s

This commit is contained in:
Zakary Timson 2023-08-06 23:43:50 +00:00
parent 3d91b24e6e
commit 43b1d6e9bd

View File

@ -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