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 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:
name: Step One name: Step One
needs: first needs: first
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node:latest container: node:latest
image: node:latest image: node:latest