Skip to content

Commit

Permalink
Ignore missing *.tap files for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 22, 2023
1 parent 41c03b6 commit 2b63a0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2b63a0e

Please sign in to comment.