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 fad3b23 commit 7aecdab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ jobs:
run-integration-tests-php74:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
steps:
- uses: actions/checkout@v4
- name: Validate composer.json and composer.lock
run: composer install --prefer-dist --no-progress
- name: setup and run-integration-tests
uses: shivammathur/setup-php@v2
with:
php-version: '7.4.25'
run: |
composer install --prefer-dist --no-progress
php test_integration_app/main.php


0 comments on commit 7aecdab

Please sign in to comment.