From d227ccb88de93e159e6131e0730a5a6fdf35ae2b Mon Sep 17 00:00:00 2001 From: Marwan Abbas <67271180+marwaneltoukhy@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:46:30 +0300 Subject: [PATCH] testing ci --- .github/workflows/test_ips.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_ips.yml b/.github/workflows/test_ips.yml index 0f52df7..610aa67 100644 --- a/.github/workflows/test_ips.yml +++ b/.github/workflows/test_ips.yml @@ -35,9 +35,7 @@ jobs: while read -r NAME VERSION; do echo "Processing $NAME with version $VERSION" ipm install "$NAME" - cd "$NAME" ipm check-ip --ip-root ~/.ipm/"$NAME"/"$VERSION" --ip-name "$NAME" - cd .. done < ip_versions.txt shell: bash