Skip to content

Commit

Permalink
Unpack zip with new path
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Aug 16, 2023
1 parent 7be53cf commit a6779b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/testkomodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ start_integration_test () {
then
echo "Downloading chromedriver v$chromium_version for chromium-browser v$chromium_version"
wget -O chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$chromium_version/linux64/chromedriver-linux64.zip
unzip -j chromedriver.zip chromedriver-linux64/chromedriver -d ../test-kenv/root/bin
else
chromedriver_version=$(curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$chromium_minor_version)
echo "Downloading chromedriver v$chromedriver_version for chromium-browser v$chromium_version"
wget -O chromedriver.zip https://chromedriver.storage.googleapis.com/$chromedriver_version/chromedriver_linux64.zip
unzip chromedriver.zip chromedriver -d ../test-kenv/root/bin
fi
unzip chromedriver.zip chromedriver -d ../test-kenv/root/bin

pip install pytest selenium dash[testing]

Expand Down

0 comments on commit a6779b2

Please sign in to comment.