Skip to content

Commit

Permalink
jenkins CI to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 20, 2024
1 parent a3b6acb commit 7d3df78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 7d3df78

Please sign in to comment.