Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Successful in 2s

This commit is contained in:
Zakary Timson 2023-08-06 23:47:39 +00:00
parent 43b1d6e9bd
commit 5012b386ed

View File

@ -8,9 +8,9 @@ jobs:
container: container:
image: node:latest image: node:latest
volumes: volumes:
- ${{github.workspace}}:/app - ${{github.workspace}}:${{github.workspace}}
steps: steps:
- run: cd /app - run: pwd
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: ls - run: ls
second: second:
@ -20,6 +20,6 @@ jobs:
container: container:
image: node:latest image: node:latest
volumes: volumes:
- ${{github.workspace}}:/root - ${{github.workspace}}:${{github.workspace}}
steps: steps:
- run: ls - run: ls