Skip to content

Commit 8ef0921

Browse files
committed
Show test info
1 parent 139b556 commit 8ef0921

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/run-long-tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,18 @@ jobs:
100100
--no-daemon
101101
'-PtestDataRevision=${{ env.TEST_DATA_REVISION }}'
102102
103+
show_info:
104+
needs: [setup]
105+
runs-on: ubuntu-latest
106+
steps:
107+
- name: Show test info
108+
run: echo "${{ fromJSON(needs.setup.outputs.matrix-tests) }}"
109+
110+
- name: Show chunk info
111+
run: echo "${{ fromJSON(needs.setup.outputs.matrix-chunks) }}"
112+
103113
run_tests:
104-
needs: [setup, prepare_test_data]
114+
needs: [setup, show_info, prepare_test_data]
105115
continue-on-error: true
106116
strategy:
107117
matrix:

0 commit comments

Comments
 (0)