tests: Skip deob tests for now
This commit is contained in:
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
- name: Assembling
|
||||
run: ./gradlew assemble --console=plain
|
||||
- name: Testing
|
||||
run: ./gradlew test --stacktrace --console=plain
|
||||
run: ./gradlew test -x deobfuscator:test --stacktrace --console=plain
|
||||
|
||||
checkstyleMain:
|
||||
name: Checkstyle main
|
||||
|
||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Assembling
|
||||
run: ./gradlew assemble --console=plain
|
||||
- name: Testing
|
||||
run: ./gradlew test --stacktrace --console=plain
|
||||
run: ./gradlew test -x deobfuscator:test --stacktrace --console=plain
|
||||
|
||||
checkstyleMain:
|
||||
name: Checkstyle main
|
||||
|
||||
Reference in New Issue
Block a user