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