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 dbf3854 commit ec05092
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -30,9 +27,13 @@ jobs:
key: composer-v1-{{ checksum "composer.lock" }}
restore-keys: |
composer-v1-
- run: composer install --prefer-dist --no-progress
- run: |
cd /home/runner/work/sift-php/
composer install --prefer-dist --no-progress
- name: siftPhpTest
run: composer exec phpunit -v
run: |
cd /home/runner/work/sift-php/
composer exec phpunit -v
run-integration-tests-php74:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ec05092

Please sign in to comment.