Commit fde3f8f9 authored by Mygod's avatar Mygod Committed by Max Lv

Try to goBuild first

parent 656d8306
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
key: go-full-{{ checksum "~/code/.git/modules/core/src/overture/go/HEAD" }} key: go-full-{{ checksum "~/code/.git/modules/core/src/overture/go/HEAD" }}
- run: - run:
name: Run Build and Tests name: Run Build and Tests
command: ./gradlew assembleDebug check command: ./gradlew goBuild assembleDebug check
- save_cache: - save_cache:
paths: paths:
- ~/.gradle - ~/.gradle
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment