[swift6] move infrastructure file inside infrastructure folder (#19765)

* [swift6] replace AnyCodable with JSONValue

* [swift6] create infrastructure folder

* [swift6] replace AnyCodable with JSONValue

* [swift6] create infrastructure folder

* [swift6] replace AnyCodable with JSONValue

* Try to fix CI
This commit is contained in:
Bruno Coelho
2024-10-03 14:06:18 +01:00
committed by GitHub
parent 2437d7fa97
commit c9a9ae0aa8
179 changed files with 181 additions and 178 deletions

View File

@@ -10,7 +10,7 @@ DIRECTORY=`dirname $0`
(cd $DIRECTORY/default/SwaggerClientTests/ && ./run_xcodebuild.sh)
(cd $DIRECTORY/promisekitLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
(cd $DIRECTORY/rxswiftLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
(cd $DIRECTORY/urlsessionLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
# (cd $DIRECTORY/urlsessionLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
# spm build
(cd $DIRECTORY/alamofireLibrary/ && ./run_spmbuild.sh)