Skip to content

Commit

Permalink
FIX: Conditional for integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Jan 10, 2023
1 parent 4b61ea4 commit e9cf2b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Codacy analysis reporting
uses: codacy/[email protected]
- name: Download coverage report
uses: actions/download-artifact@v3
with:
Expand All @@ -69,5 +71,3 @@ jobs:
files: jhove-apps/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
- name: Codacy analysis reporting
uses: codacy/[email protected]

0 comments on commit e9cf2b1

Please sign in to comment.