File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 88jobs :
99 publish :
1010 name : Publish Release
11- uses : feryardiant /actions/.github/workflows/release.yml@main
11+ uses : projek-xyz /actions/.github/workflows/release.yml@main
Original file line number Diff line number Diff line change 1818jobs :
1919 prepare :
2020 name : Prepare
21- uses : feryardiant/actions/.github/workflows/configure.yml@main
21+ uses : projek-xyz/actions/.github/workflows/configure.yml@main
22+ with :
23+ php-version : 8.2
2224 secrets :
2325 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
2426
6668 composer test -- --coverage
6769
6870 - name : Generate reports for CodeClimate
69- if : needs.prepare.outputs.has-codeclimate == 'true '
71+ if : needs.prepare.outputs.has-codeclimate == '1 '
7072 id : reports
7173 env :
7274 COVERAGE_FILE : tests/reports/clover.xml
@@ -78,17 +80,17 @@ jobs:
7880
7981 - name : Upload tests reports
8082 uses : actions/upload-artifact@v4
81- if : needs.prepare.outputs.has-codeclimate == 'true '
83+ if : needs.prepare.outputs.has-codeclimate == '1 '
8284 with :
8385 name : test-reports-${{ matrix.php }}
84- path : tests/reports
86+ path : tests/reports/codeclimate.*.json
8587
8688 reports :
8789 name : Reports
8890 needs : [prepare, tests]
8991 if : needs.prepare.outputs.should-reports == '1'
90- uses : feryardiant /actions/.github/workflows/report.yml@main
92+ uses : projek-xyz /actions/.github/workflows/report.yml@main
9193 secrets :
9294 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
9395 with :
94- has-codeclimate : ${{ needs.prepare.outputs.has-codeclimate == 'true ' }}
96+ has-codeclimate : ${{ needs.prepare.outputs.has-codeclimate == '1 ' }}
You can’t perform that action at this time.
0 commit comments