Skip to content

Commit 66f1840

Browse files
committed
fix: add check splunktafunctionaltests exists lookup to dev_deps
1 parent e2c7f73 commit 66f1840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- uses: actions/checkout@v4
146146
- run: |
147-
if grep -q 'splunktafunctionaltests' poetry.lock; then
147+
if grep -q 'splunktafunctionaltests' poetry.lock || grep -q 'splunktafunctionaltests' dev_deps/requirements_dev.txt; then
148148
echo "::warning title=\"splunktafunctionaltests\" should NOT be used for modinput tests::For more details, please see https://splunk.slack.com/archives/C081JT7R69Z/p1754662758743839."
149149
exit 1
150150
else

0 commit comments

Comments
 (0)