We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f1ba5 commit be8a52bCopy full SHA for be8a52b
.github/workflows/main.yml
@@ -21,8 +21,8 @@ jobs:
21
- name: Run port check (+install JQ)
22
run: |
23
sudo apt-get install -y jq # Установка зависимости для работы с JSON
24
- chmod +x test/port_check.sh # Даем права на выполнение скрипта
25
- ./test/port_check.sh # Запускаем скрипт проверки портов
+ chmod +x tests/port_check.sh # Даем права на выполнение скрипта
+ ./tests/port_check.sh # Запускаем скрипт проверки портов
26
27
- name: Run tests
28
0 commit comments