We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec5a66 commit 43918bdCopy full SHA for 43918bd
.github/workflows/build.yml
@@ -869,12 +869,6 @@ jobs:
869
run: yarn --silent ci:build-matrix-optional --base=${{ (github.event_name == 'pull_request' && github.event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
870
working-directory: dev-packages/e2e-tests
871
872
- - name: Debug this 1
873
- run: echo ${{ fromJSON(steps.matrix.outputs.matrix) }}
874
-
875
- - name: Debug this 2
876
- run: echo ${{ fromJSON(steps.matrix.outputs.matrix).include }}
877
878
job_e2e_tests:
879
name: E2E ${{ matrix.label || matrix.test-application }} Test
880
# We need to add the `always()` check here because the previous step has this as well :(
0 commit comments