From 505fd006ed0caea9028de54ed1977f2e79a2a3fa Mon Sep 17 00:00:00 2001 From: jatin <84621253+h0x0er@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:28:46 +0530 Subject: [PATCH] Update dev-stress-test.yml --- .github/workflows/dev-stress-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-stress-test.yml b/.github/workflows/dev-stress-test.yml index 84af9b7..588f2e0 100644 --- a/.github/workflows/dev-stress-test.yml +++ b/.github/workflows/dev-stress-test.yml @@ -10,13 +10,17 @@ jobs: stress-test: if: always() runs-on: ubuntu-latest + env: + debug: 1 steps: - uses: h0x0er/harden-runner@debug2 with: egress-policy: audit - + - run: curl "https://api.github.com" + - run: curl "localhost:9191/status" + # - run: | # wget "https://raw.githubusercontent.com/urbanadventurer/WhatWeb/master/plugin-development/alexa-top-1000.txt" # for domain in `cat alexa-top-1000.txt`; do curl --connect-timeout 3 -XGET "https://$domain" || continue; done