diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7e2c9d66b..076bc7a4d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,6 +2,8 @@ name: Build and Test on: [push, pull_request] +# \todo The test-related if-no-files-found settings could be ignore for pre-Qt 5.12 and error otherwise. + jobs: linux0: runs-on: ubuntu-latest @@ -60,6 +62,7 @@ jobs: with: name: test-results-combined path: ${{ github.workspace }}/test-results + if-no-files-found: ignore - name: Report parallel coverage to Codacy if: matrix.env.coverage && github.event_name == 'push' && github.actor != 'dependabot[bot]' env: @@ -154,6 +157,7 @@ jobs: with: name: test-results-combined path: ${{ github.workspace }}/test-results + if-no-files-found: ignore - name: Report parallel coverage to Codacy if: matrix.env.coverage && github.event_name == 'push' && github.actor != 'dependabot[bot]' env: @@ -255,6 +259,7 @@ jobs: with: name: test-results-combined path: ${{ github.workspace }}/test-results + if-no-files-found: ignore - name: Report parallel coverage to Codacy if: matrix.env.coverage && github.event_name == 'push' && github.actor != 'dependabot[bot]' env: