Skip to content

Commit 32ba4a7

Browse files
committed
fix: install local solnlib in integration tests instead of PyPI version
1 parent a89af33 commit 32ba4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
echo -e "[user_info]\nUSERNAME=Admin\nPASSWORD=Chang3d"'!' | tee -a $SPLUNK_HOME/etc/system/local/user-seed.conf
134134
echo 'OPTIMISTIC_ABOUT_FILE_LOCKING=1' | tee -a $SPLUNK_HOME/etc/splunk-launch.conf
135135
$SPLUNK_HOME/bin/splunk start --accept-license
136-
$SPLUNK_HOME/bin/splunk cmd python -m pip install solnlib
136+
$SPLUNK_HOME/bin/splunk cmd python -m pip install .
137137
$SPLUNK_HOME/bin/splunk set servername custom-servername -auth admin:Chang3d!
138138
$SPLUNK_HOME/bin/splunk restart
139139
until curl -k -s -u admin:Chang3d! https://localhost:8089/services/server/info\?output_mode\=json | jq '.entry[0].content.kvStoreStatus' | grep -o "ready" ; do echo -n "Waiting for KVStore to become ready-" && sleep 5 ; done

0 commit comments

Comments
 (0)