diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cf13d40..bafc444 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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