Skip to content

Commit

Permalink
Remove a step continue-on-error from drill-checks.yml
Browse files Browse the repository at this point in the history
iryabov committed Dec 10, 2024
1 parent fb99704 commit c70522a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/drill-checks.yml
Original file line number Diff line number Diff line change
@@ -33,8 +33,7 @@ jobs:
- name: Build with Gradle
id: build
run: |
./gradlew build
continue-on-error: true
./gradlew build
- name: Upload test report
if: failure()

0 comments on commit c70522a

Please sign in to comment.