Skip to content

Commit

Permalink
fixed test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artengin committed Jul 2, 2024
1 parent 10717dd commit 013a6a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- run: make install
- run: make test
- run: make lint
- name: Code Climate Test Coverage
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v8.0.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
Expand Down

0 comments on commit 013a6a3

Please sign in to comment.