Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed May 27, 2024
1 parent 5d8986e commit 79144c0
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,8 @@ jobs:
coverage: none
extensions: curl, intl, mbstring, simplexml
php-version: 8.3
- name: Get cache directory
id: cache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache dependencies
uses: actions/cache@v4
with:
path: ${{steps.cache.outputs.dir}}
key: ${{runner.os}}-composer-${{hashFiles('**/composer.lock')}}
restore-keys: ${{runner.os}}-composer-
- name: Install dependencies
run: composer install
uses: ramsey/composer-install@v3
- name: Run tests
run: composer test
deploy:
Expand Down

0 comments on commit 79144c0

Please sign in to comment.