fix(ruby): Detect content-type in form-data file upload using faraday (#17851) (#17853)

* 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:
dvacca-onfido
2024-02-14 14:14:01 +01:00
committed by GitHub
parent 7d2e8b1278
commit 9deeb608e6
8 changed files with 13 additions and 7 deletions

View File

@@ -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)