From 5940eafa491c054099d4f9d304d41b1916625acb Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Thu, 2 May 2024 07:41:28 -0400 Subject: [PATCH] seriously, what the hell --- .github/workflows/test-on-push-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-on-push-main.yml b/.github/workflows/test-on-push-main.yml index 3a0d0b8..bbf4726 100644 --- a/.github/workflows/test-on-push-main.yml +++ b/.github/workflows/test-on-push-main.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - run: git clone https://github.com/Moros1138/PGEtinker && cd PGEtinker + run: git clone https://github.com/Moros1138/PGEtinker && cd PGEtinker/PGEtinker - name: Install Dependencies run: npm install && npm run build && composer install --prefer-dist --no-interaction --no-progress && php artisan dusk:chrome-driver --detect @@ -66,4 +66,4 @@ jobs: run: docker logout - name: Clean up Git - run: cd .. && rm -rf PGEtinker + run: cd ../.. && rm -rf PGEtinker