From 459fb6207b30b9f2d5f2da35d6a246c1028000c4 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 5 Jul 2021 08:25:55 +0200 Subject: [PATCH] GHA workflow - Fix Test 1 [skip travis] --- .github/workflows/action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index cd550e419..9063a188d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -54,8 +54,6 @@ jobs: - name: Test Blocker - Stage 1 shell: bash run: | - echo "export TERM=xterm" >> ~/.bashrc - source ~/.bashrc ./dev-tools/test-blocker-false-positives.sh ./dev-tools/test-blocker-quick.sh ./dev-tools/test-blocker-badwords.sh @@ -72,11 +70,7 @@ jobs: sudo netstat -napt cat /etc/nginx/nginx.conf sudo systemctl list-units --type=service --all - #sudo systemctl list-units --type=service --all - #sudo systemctl list-units --type=service --all - #sudo systemctl list-units --type=service --all - #sudo systemctl status nginx.service - #sudo systemctl status nginx + curl -A "Titan" http://localhost:80 2>&1 if: always()