mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-11 03:15:49 +02:00
update circle ci config
This commit is contained in:
parent
d2b4ce9152
commit
0a4220eee6
@ -20,7 +20,19 @@ jobs:
|
||||
|
||||
- run: ./gradlew buildPlugin
|
||||
|
||||
- run: ./gradlew check
|
||||
- run:
|
||||
name: Run test
|
||||
command: ./gradlew test
|
||||
|
||||
- run:
|
||||
name: Run test
|
||||
command: ./gradlew test
|
||||
when: on_fail
|
||||
|
||||
- run:
|
||||
name: Run pluginVerifier for compatibility check
|
||||
command: ./gradlew pluginVerifier
|
||||
when: always
|
||||
|
||||
- type: shell
|
||||
name: Release
|
||||
|
Loading…
Reference in New Issue
Block a user