From 186d6957ace5813a6c28b04f35bd49c4993a3ace Mon Sep 17 00:00:00 2001 From: Marwan Abbas <67271180+marwaneltoukhy@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:52:09 +0300 Subject: [PATCH] testing ci --- .github/workflows/test_ips.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_ips.yml b/.github/workflows/test_ips.yml index d7fcfe7..6238284 100644 --- a/.github/workflows/test_ips.yml +++ b/.github/workflows/test_ips.yml @@ -22,8 +22,9 @@ jobs: sudo apt-get update sudo apt-get install -y jq pip install ipmgr - - name: Create results file - run: echo "" > results.txt + + - name: Create results file + run: echo "" > results.txt - name: Read and process JSON id: process_json