Skip to content

Commit

Permalink
ci: fix ci run again (#3904)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpcross authored Dec 13, 2024
1 parent 254a917 commit 2e01109
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
ignoreLowerCoverage: ${{ inputs.ignoreLowerCoverage }}
skipSelenium: ${{ inputs.skipSelenium }}
targetBaseVersion: ${{ inputs.targetBaseVersion }}
ignoreLowerCoverage: false

0 comments on commit 2e01109

Please sign in to comment.