mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
Rename workflow file
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
254b18b743
commit
fc841f15bd
1 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,14 @@ jobs:
|
|||
- name: Run Test Suite
|
||||
if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }}
|
||||
run: make IMAGE=${{ matrix.images.image-id }} test
|
||||
- name: Upload the code coverage report
|
||||
if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }}
|
||||
uses: codacy/codacy-coverage-reporter-action@v1.1
|
||||
# Sometimes this fails when user does not have permissions to secrets
|
||||
continue-on-error: true
|
||||
with:
|
||||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
coverage-reports: test/reports/cobertura/runTests.sh/cobertura.xml
|
||||
- name: Run Super-Linter Tests
|
||||
if: ${{ github.repository == 'github/super-linter' && github.ref != 'refs/heads/main' }}
|
||||
run: |
|
Loading…
Reference in a new issue