Skip to content

Commit

Permalink
feat(tools): upd CI (76)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 25, 2024
1 parent b517ae7 commit 939a718
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,8 @@ jobs:
sudo -u testuser firefox --version
- name: Install TestCafe globally
run: |
sudo npm install -g testcafe
- name: Build
run: |
export CARGO_TARGET_DIR=$HOME/target
./build.sh
sudo npm install -g testcafe
- name: Environment Info
run: |
Expand All @@ -104,6 +99,11 @@ jobs:
echo "Free memory: $(free -m)"
sudo -u testuser testcafe -v
- name: Build
run: |
export CARGO_TARGET_DIR=$HOME/target
./build.sh
- name: Run Veda
run: |
# Запускаем скрипт
Expand Down

0 comments on commit 939a718

Please sign in to comment.