Skip to content

Commit

Permalink
feat(tools): upd CI (80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 25, 2024
1 parent c5c56c1 commit 6f9f63e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ jobs:
run: |
sudo -u testuser sudo apt-get install -y firefox
sudo -u testuser firefox --version
sudo -u testuser curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo -u testuser sudo apt-get install -y nodejs
sudo -u testuser npm install -g testcafe
cd ./source-web
sudo -u testuser npm install testcafe --save-dev
- name: Environment Info
run: |
Expand Down

0 comments on commit 6f9f63e

Please sign in to comment.