We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a521f commit 1e557e1Copy full SHA for 1e557e1
1 file changed
.github/workflows/simian.yml
@@ -20,5 +20,5 @@ jobs:
20
with:
21
distribution: 'temurin'
22
java-version: 17
23
- - run: wget --quiet http://public.yegor256.com/simian.jar -O /tmp/simian.jar
+ - run: wget --quiet https://public.yegor256.com/simian.jar -O /tmp/simian.jar
24
- run: java -jar /tmp/simian.jar -threshold=15 "-excludes=**/EOsocketTest.java" "-excludes=**/gen" "-excludes=**/it" "**/*.java"
0 commit comments