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 1f77ca4 commit ba92be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
restore-keys: |
composer-v1-
- run: |
cd /home/runner/work/sift-php/
cd /home/runner/work/sift-php/sift-php
ls -ltr
composer install --prefer-dist --no-progress
- name: siftPhpTest
run: |
cd /home/runner/work/sift-php/
cd /home/runner/work/sift-php/sift-php
composer exec phpunit -v
run-integration-tests-php74:
Expand Down

0 comments on commit ba92be3

Please sign in to comment.