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 fa1e131 commit 6ec5a66Copy full SHA for 6ec5a66
.github/workflows/build.yml
@@ -869,6 +869,12 @@ 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