Skip to content

Commit

Permalink
update test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Feb 5, 2024
1 parent 7587d68 commit 572c7b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
runner: self-hosted
with:
php-version: '8.2'
php-version: '8.3'
extensions: pcntl, xdebug
tools: composer
- name: Get composer cache directory
Expand All @@ -31,6 +31,9 @@ jobs:
restore-keys: ${{ runner.os }}-composer-
- name: Install dependencies
run: composer install
- name: Lint
continue-on-error: true
run: vendor/bin/pint --test
- name: Run tests
run: ./vendor/bin/pest --coverage --coverage-clover coverage.xml
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 572c7b2

Please sign in to comment.