Skip to content

Commit 30b375f

Browse files
authored
fix: test workflow (#2)
1 parent a8cdd96 commit 30b375f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
distribution: 'corretto'
1818
java-version: '17'
1919
cache: 'gradle'
20-
- run: ./gradlew test --no-daemon
20+
- run: ./gradlew check --no-daemon

0 commit comments

Comments
 (0)