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 7aecdab commit 5fc03e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup and run-integration-tests
- name: setup php74
uses: shivammathur/setup-php@v2
with:
php-version: '7.4.25'
- name: run-integration-tests
run: |
composer install --prefer-dist --no-progress
php test_integration_app/main.php
Expand Down

0 comments on commit 5fc03e0

Please sign in to comment.