From 7aecdab2173b0321e334d36144f22e181a319048 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Thu, 20 Jun 2024 15:56:34 -0700 Subject: [PATCH] jenkins CI to GH actions --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8718ab..50760b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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