From a3b6acbeb36bf1de7d46fa66f91cc3cf335488d2 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 15:21:24 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3950baf..bfed7eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ~ + working-directory: . steps: - name: setup PHP uses: shivammathur/setup-php@v2 @@ -22,7 +22,6 @@ jobs: - name: Validate composer.json and composer.lock run: | composer validate --strict - working-directory: ~ - name: Cache Composer packages id: composer-cache uses: actions/cache@v3