Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Sep 6, 2024
1 parent abe25f6 commit 1a976d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/options-tests-with-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ jobs:
echo whoami: $(whoami)
mkdir ./results
set -ex && apk --no-cache add sudo
sudo apt-get update -y
sudo apt install git -y
sudo apk update -y
sudo apk add git -y
sudo apk add python3 -y
sudo apk add python3-pip -y
sudo apt-get install python3 -y
sudo apt-get install python3-pip -y
sudo pip install junit2html
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rest-api-tests-with-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
echo pwd: $PWD
echo dir: $(ls ./)
apk update -y
apk add python3 -y
apk add python3-pip -y
apt-get update -y
apt-get install python3 -y
apt-get install python3-pip -y
echo install python3-venv -y
apk add python3-venv -y
apt-get install python3-venv -y
echo python3 -m venv .venv
python3 -m venv .venv
Expand Down

0 comments on commit 1a976d6

Please sign in to comment.