Skip to content

Commit 2890542

Browse files
committed
⚡️ DOP-5399 removes the tty because there is no interactive terminal in GHA available
1 parent e823956 commit 2890542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/osiris-subpar-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
cd cloned-osiris-repo
3636
npm ci
37-
COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE/cloned-docs-java-repo" -v --sp 95 | tee /dev/tty)
37+
COVERAGE_OUTPUT=$(npm run dev -- -c "$GITHUB_WORKSPACE/cloned-docs-java-repo" -v --sp 95)
3838
3939
4040
# Extract the last reported overall coverage percentage

0 commit comments

Comments
 (0)