-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,14 +31,15 @@ workflows: | |
mvn package -Dorg.slf4j.simpleLogger.defaultLogLevel=error | ||
title: Build openapi-generator | ||
- [email protected]: | ||
title: Update Swift4 samples | ||
title: Update Swift samples | ||
inputs: | ||
- content: | | ||
#!/usr/bin/env bash | ||
set -e | ||
sh bin/swift4-all.sh | ||
sh bin/swift5-all.sh | ||
- [email protected]: | ||
title: Run Swift4 tests | ||
inputs: | ||
|
@@ -49,15 +50,6 @@ workflows: | |
./samples/client/petstore/swift4/swift4_test_all.sh | ||
./samples/client/test/swift4/swift4_test_all.sh | ||
- [email protected]: | ||
title: Update Swift5 samples | ||
inputs: | ||
- content: | | ||
#!/usr/bin/env bash | ||
set -e | ||
sh bin/swift5-all.sh | ||
- [email protected]: | ||
title: Run Swift5 tests | ||
inputs: | ||
|
@@ -66,14 +58,15 @@ workflows: | |
set -e | ||
./samples/client/petstore/swift5/swift5_test_all.sh | ||
./samples/client/test/swift5/swift5_test_all.sh | ||
- [email protected]: | ||
title: Run all bin scripts | ||
inputs: | ||
- content: |- | ||
#!/usr/bin/env bash | ||
set -e | ||
# comment out the following as it's causing timeout | ||
# - [email protected]: | ||
# title: Run all bin scripts | ||
# inputs: | ||
# - content: |- | ||
# #!/usr/bin/env bash | ||
# | ||
# set -e | ||
# | ||
# ./bin/run-all-petstore | ||
|
||
./bin/run-all-petstore |