Skip to content

Commit a9eff2c

Browse files
fix: add adjustments to ucc-test-modinput interface (#405)
### Description This is an adaptation to the new interface of the `ucc-test-modinput` command. From now on `ucc-test-modinput` does not perform `ucc-test-modinput gen` by default, so it must be explicitly specified. ### Checklist - [ ] `README.md` has been updated or is not required - [ ] push trigger tests - [ ] manual release test - [ ] automated releases test - [ ] pull request trigger tests - [ ] schedule trigger tests - [ ] workflow errors/warnings reviewed and addressed ### Testing done - [X] backward compatibility (versions lower than 1.0.0): https://github.com/splunk/splunk-add-on-for-google-cloud-platform/actions/runs/15323624242 - [X] latest framework version (version 1.0.0): https://github.com/splunk/splunk-add-on-for-box/actions/runs/15325196621/job/43118599310
1 parent 1095d64 commit a9eff2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,9 +1000,9 @@ jobs:
10001000
run: |
10011001
poetry install --only modinput
10021002
if [ -f "tests/ucc_modinput_functional/tmp/openapi.json" ]; then
1003-
poetry run ucc-test-modinput -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1003+
poetry run ucc-test-modinput gen -o tests/ucc_modinput_functional/tmp/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
10041004
else
1005-
poetry run ucc-test-modinput -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
1005+
poetry run ucc-test-modinput gen -o ${{ steps.download-openapi.outputs.download-path }}/openapi.json -t ${{ steps.download-openapi.outputs.download-path }}/tmp/
10061006
fi
10071007
- name: upload-libs-to-s3
10081008
id: upload-libs-to-s3

0 commit comments

Comments
 (0)