mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-18 14:14:50 +08:00
more caching + disable dum test
This commit is contained in:
parent
5e2c12ae77
commit
aa46c04aaa
@ -26,6 +26,8 @@ before_script:
|
||||
cache:
|
||||
paths:
|
||||
- .m2/repository/
|
||||
- src/main/frontend/node
|
||||
- src/main/frontend/node_modules
|
||||
- target/
|
||||
|
||||
build:
|
||||
|
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user