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 f92c279 commit a3b6acb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ~
working-directory: .
steps:
- name: setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -22,7 +22,6 @@ jobs:
- name: Validate composer.json and composer.lock
run: |
composer validate --strict
working-directory: ~
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
Expand Down

0 comments on commit a3b6acb

Please sign in to comment.