mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
* fix(ruby): Detect content-type in form-data file upload using faraday (#17851) * Update samples * Add needed dependency libmagic-dev into node 1 setup of Circle Parallel CI * After merge/pull last master + regeneration of samples
This commit is contained in:
@@ -13,7 +13,7 @@ if [ "$NODE_INDEX" = "1" ]; then
|
||||
echo "Running node $NODE_INDEX ..."
|
||||
java -version
|
||||
|
||||
sudo apt-get -y install cpanminus
|
||||
sudo apt-get -y install cpanminus libmagic-dev
|
||||
|
||||
(cd samples/client/petstore/perl && /bin/bash ./test.bash)
|
||||
(cd samples/client/petstore/ruby && mvn integration-test)
|
||||
|
||||
Reference in New Issue
Block a user