Skip to content

Commit 03f6aac

Browse files
authored
test: fix nightly running from branch (#595)
fixes: - workflow_dispatch always uses master, but we checkout v1.6 to run nightly tests, and active_flow tests are still there and we were trying to run them generating a bunch of false positives Refs: ETCM-9616
1 parent fce2b05 commit 03f6aac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/staging.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ jobs:
127127
--plan="$TEST_PLAN" \
128128
--execution="$TEST_EXECUTION" \
129129
--report_to_xray=$REPORT_TO_XRAY \
130-
--decrypt=true
130+
--decrypt=true \
131+
--markers="not active_flow and not passive_flow"
131132
132133
- name: Archive Debug Log
133134
if: always()

0 commit comments

Comments
 (0)