Skip to content

Commit

Permalink
feat(tools): upd CI (54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 24, 2024
1 parent 6e2e7de commit b71ca47
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,20 @@ jobs:
apt-get update
apt-get upgrade -y
apt-get install -y sudo
apt-get install -y dpkg firefox
apt-get install -y dpkg
npm install -g testcafe
./tools/install-tarantool.sh
./control-install.sh
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install latest Firefox
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:mozillateam/ppa
sudo apt-get update
sudo apt-get install -y firefox
- name: Print versions
run: |
node --version
Expand Down

0 comments on commit b71ca47

Please sign in to comment.