Skip to content

Commit 43918bd

Browse files
committed
remove debugging
1 parent 6ec5a66 commit 43918bd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -869,12 +869,6 @@ 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-
878872
job_e2e_tests:
879873
name: E2E ${{ matrix.label || matrix.test-application }} Test
880874
# We need to add the `always()` check here because the previous step has this as well :(

0 commit comments

Comments
 (0)