From 3d91b24e6edd9ed30330a72c9b0ec6872ffe8293 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Sun, 6 Aug 2023 23:42:37 +0000 Subject: [PATCH] Update .github/workflows/test.yaml --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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