diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 59f58b7..6c16bb9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,13 +7,7 @@ jobs: runs-on: ubuntu-latest container: ubuntu:latest steps: + - uses: actions/checkout@v3 - run: ls - run: touch test.txt - run: ls - - second: - name: Step Two - needs: first - runs-on: ubuntu-latest - steps: - - run: ls \ No newline at end of file