From 794aa4b560d2160d7bd054e8d265fdb3c70c7a3c Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Sun, 6 Aug 2023 23:52:21 +0000 Subject: [PATCH] Update .github/workflows/test.yaml --- .github/workflows/test.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 12b4540..eb067d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,21 +5,7 @@ jobs: first: name: Step One runs-on: ubuntu-latest - container: - image: node:latest - volumes: - - ${{github.workspace}}:${{github.workspace}} + container: alpine/git steps: - run: pwd - - uses: actions/checkout@v3 - - run: ls - second: - name: Step One - needs: first - runs-on: ubuntu-latest - container: - image: node:latest - volumes: - - ${{github.workspace}}:${{github.workspace}} - steps: - run: ls \ No newline at end of file