diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e67d0a..a22fffa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,18 @@ on: - main jobs: - test: + asd: runs-on: ubuntu-latest + strategy: + matrix: + x: [1, 0, 0, 0] steps: - - run: env | grep GITHUB_ + - run: echo ${{ matrix.x }} + - run: exit ${{ matrix.x }} + + zxc: + runs-on: ubuntu-latest + if: ${{ !cancelled() }} + needs: asd + steps: + - run: echo '${{ toJSON(needs) }}' diff --git a/asd b/asd index d2fe603..9cca517 100755 --- a/asd +++ b/asd @@ -1,4 +1,2 @@ #!/usr/bin/env bash echo hey - -echo "blah: 1" > asd.yml