Update .github/workflows/test.yaml
All checks were successful
Workflow Test / Step One (push) Successful in 2s

This commit is contained in:
Zakary Timson 2023-08-06 23:52:21 +00:00
parent 5012b386ed
commit 794aa4b560

View File

@ -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