Skip to content

Commit

Permalink
feat(tools): upd CI (61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 24, 2024
1 parent 3fbd758 commit 0961a29
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ jobs:
echo "Free memory: $(free -m)"
- name: Set up user for tests
run: |
sudo useradd testuser
sudo chown -R testuser:testuser /github/home
sudo -u testuser bash -c 'echo "Running as $(whoami)"'

- name: Run Veda
run: |
- name: Set up user for tests
run: |
sudo useradd testuser
sudo chown -R testuser:testuser /github/home
sudo -u testuser bash -c 'echo "Running as $(whoami)"'
- name: Run Veda
run: |
# Запускаем скрипт
./control-start.sh
sleep 240
Expand Down

0 comments on commit 0961a29

Please sign in to comment.