From ba92be33b90ccac3f868780aac45c0dafc123f88 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 15:39:45 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26f28fc..5f0ec20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: restore-keys: | composer-v1- - run: | - cd /home/runner/work/sift-php/ + cd /home/runner/work/sift-php/sift-php ls -ltr composer install --prefer-dist --no-progress - name: siftPhpTest run: | - cd /home/runner/work/sift-php/ + cd /home/runner/work/sift-php/sift-php composer exec phpunit -v run-integration-tests-php74: