We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f876c5a commit 1c45d06Copy full SHA for 1c45d06
scripts/run-integration-test.sh
@@ -45,4 +45,8 @@ swift package --package-path "${INTEGRATION_TEST_PACKAGE_PATH}" \
45
log "Building integration test package: ${INTEGRATION_TEST_PACKAGE_PATH}"
46
swift build --package-path "${INTEGRATION_TEST_PACKAGE_PATH}"
47
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
+
52
log "✅ Successfully built integration test package."
0 commit comments