Skip to content

Commit

Permalink
update tests rules
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Nov 18, 2023
1 parent 2ad69fc commit f312ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/checkout@v2

- name: Set up dependencies
run: apt update -y && apt install tmux -y
run: sudo apt update -y && sudo apt install tmux -y

- name: Run tests
run: |
chmod +x ./process-manager/test.sh
./process-manager/test.sh
sudo chmod +x ./process-manager/test.sh
sudo ./process-manager/test.sh

0 comments on commit f312ae9

Please sign in to comment.