Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
seems Gradle caches String constants too aggressively...
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Jan 14, 2022
1 parent fb530bb commit 4f56181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Run tests
- name: Run Tests
run: ./gradlew test
run: ./gradlew clean test

# Collect Tests Result of failed tests
- name: Collect Tests Result
Expand Down

0 comments on commit 4f56181

Please sign in to comment.