Skip to content

Commit 6ec5a66

Browse files
committed
debugging...
1 parent fa1e131 commit 6ec5a66

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,12 @@ jobs:
869869
run: yarn --silent ci:build-matrix-optional --base=${{ (github.event_name == 'pull_request' && github.event.pull_request.base.sha) || '' }} >> $GITHUB_OUTPUT
870870
working-directory: dev-packages/e2e-tests
871871

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+
872878
job_e2e_tests:
873879
name: E2E ${{ matrix.label || matrix.test-application }} Test
874880
# We need to add the `always()` check here because the previous step has this as well :(

0 commit comments

Comments
 (0)