Skip to content

Commit 228ddd5

Browse files
committed
dbg: print output
1 parent 7d3f54f commit 228ddd5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
env:
9999
PYVISTA_OFF_SCREEN: true
100100
steps:
101+
- name: Check output
102+
run: |
103+
echo "skip_dms value is: ${{ needs.manifests.outputs.skip_dms }}"
104+
101105
- uses: actions/checkout@v4
102106

103107
- name: Set up Python
@@ -207,6 +211,10 @@ jobs:
207211
env:
208212
PYVISTA_OFF_SCREEN: true
209213
steps:
214+
- name: Check output
215+
run: |
216+
echo "skip_core_windows value is: ${{ needs.manifests.outputs.skip_core_windows }}"
217+
210218
- uses: actions/checkout@v4
211219

212220
- name: Set up Python
@@ -317,6 +325,10 @@ jobs:
317325
runs-on: ubuntu-latest
318326

319327
steps:
328+
- name: Check output
329+
run: |
330+
echo "skip_core_linux value is: ${{ needs.manifests.outputs.skip_core_linux }}"
331+
320332
- name: Login in Github Container registry
321333
uses: docker/login-action@v3
322334
with:

0 commit comments

Comments
 (0)