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:
image: node:latest
volumes:
- ${{github.workspace}}:/app
- ${{github.workspace}}:${{github.workspace}}
steps:
- run: cd /app
- run: pwd
- uses: actions/checkout@v3
- run: ls
second:
@ -20,6 +20,6 @@ jobs:
container:
image: node:latest
volumes:
- ${{github.workspace}}:/root
- ${{github.workspace}}:${{github.workspace}}
steps:
- run: ls