more caching + disable dum test

This commit is contained in:
MiniDigger 2020-08-03 22:32:08 +02:00
parent 5e2c12ae77
commit aa46c04aaa
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@ before_script:
cache:
paths:
- .m2/repository/
- src/main/frontend/node
- src/main/frontend/node_modules
- target/
build:

View File

@ -1,8 +1,10 @@
package me.minidigger.hangar;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@Disabled
@SpringBootTest
class HangarApplicationTests {