Skip to content

Commit

Permalink
[CI] Remove duplicate task.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 16, 2025
1 parent 589016d commit 01ac1ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ jobs:
java-version: 17
- name: Build with Gradle
run: ./gradlew
- name: Copy test logs (Unix)
id: copy_test_logs
if: failure() && runner.os != 'Windows'
run: |
echo "file=build/distributions/test_logs.tbz2" >> $GITHUB_OUTPUT
./gradlew tarTestLogs
- name: Copy test logs
id: copy_test_logs
if: failure()
Expand Down

0 comments on commit 01ac1ee

Please sign in to comment.