From d8ef1dcd683f5eee0ff3ef89cf73c47c782f1b82 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 15:18:06 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 129b22e..9ecc760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - name: Validate composer.json and composer.lock run: | composer validate --strict + working-directory: sift-php - name: Cache Composer packages id: composer-cache uses: actions/cache@v3