From f312ae9e6c38425f32b61604a3c957ad0d436acd Mon Sep 17 00:00:00 2001 From: et-nik Date: Sat, 18 Nov 2023 04:16:44 +0100 Subject: [PATCH] update tests rules --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 348dd8d..429192d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + sudo chmod +x ./process-manager/test.sh + sudo ./process-manager/test.sh \ No newline at end of file