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,13 +8,14 @@ jobs:
container: node:latest
image: node:latest
volumes:
- ${{github.workspace}}:/root
- ${{github.workspace}}:/app
steps:
- run: cd /app
- uses: actions/checkout@v3
- run: ls
second:
name: Step One
needs: first
needs: first
runs-on: ubuntu-latest
container: node:latest
image: node:latest