1
0
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:
张志豪 2020-10-24 14:25:43 +08:00
parent d2b4ce9152
commit 0a4220eee6

View File

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