Skip to content

Commit 1c45d06

Browse files
Add command plugin generation step to integration test
1 parent f876c5a commit 1c45d06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/run-integration-test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ swift package --package-path "${INTEGRATION_TEST_PACKAGE_PATH}" \
4545
log "Building integration test package: ${INTEGRATION_TEST_PACKAGE_PATH}"
4646
swift build --package-path "${INTEGRATION_TEST_PACKAGE_PATH}"
4747

48+
log "Running command plugin on integration test package: ${INTEGRATION_TEST_PACKAGE_PATH}"
49+
swift package --package-path "${INTEGRATION_TEST_PACKAGE_PATH}" \
50+
--allow-writing-to-package-directory generate-code-from-openapi
51+
4852
log "✅ Successfully built integration test package."

0 commit comments

Comments
 (0)