Update .github/workflows/test.yaml

This commit is contained in:
Zakary Timson 2023-08-06 23:42:37 +00:00
parent b6c1e94ff8
commit 3d91b24e6e

View File

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