From 7d3df78d0223041e6a261242d8f3e36d1898d556 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 15:30:55 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfed7eb..148fe57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '7.1.27' - - name: Validate composer.json and composer.lock - run: | - composer validate --strict - name: Cache Composer packages id: composer-cache uses: actions/cache@v3 @@ -30,6 +27,7 @@ jobs: key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-php- + - run: composer install --prefer-dist --no-progress - name: siftPhpTest run: composer exec phpunit -v