Skip to content

Commit 3efaceb

Browse files
committed
test: ci skip variables
1 parent c283df4 commit 3efaceb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
- name: Determine Skip Pattern
7676
id: skip-config
7777
run: |
78+
echo ""
79+
echo "Variable values:"
80+
echo " SKIP_TESTS_BAREMETAL: '${SKIP_TESTS_BAREMETAL}'"
81+
echo " SKIP_TESTS_ALL: '${SKIP_TESTS_ALL}'"
82+
7883
PRODUCT="${{ matrix.products }}"
7984
SKIP_PATTERN=""
8085
@@ -99,7 +104,9 @@ jobs:
99104
- name: Run Acceptance Tests
100105
run: |
101106
SKIP_PATTERN="${{ steps.skip-config.outputs.skip_pattern }}"
102-
107+
echo "Skip pattern received: '${SKIP_PATTERN}'"
108+
echo ""
109+
103110
if [ -n "$SKIP_PATTERN" ]; then
104111
echo ""
105112
echo "SKIPPING TESTS"

0 commit comments

Comments
 (0)