tests: Skip deob tests for now

This commit is contained in:
Owain van Brakel
2020-03-27 21:20:04 +01:00
parent 3ecdebf542
commit c35ac13a4f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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