Added builder, DataTracker and KeyValue #16
@ -33,7 +33,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
touch local.properties
|
touch local.properties
|
||||||
echo ${{ secrets.REPO_USERNAME }}
|
echo $REPO_USERNAME
|
||||||
|
env:
|
||||||
|
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
|
||||||
- name: build
|
- name: build
|
||||||
run: ./gradlew build --no-daemon --max-workers 1
|
run: ./gradlew build --no-daemon --max-workers 1
|
||||||
#- name: test
|
#- name: test
|
||||||
|
Loading…
Reference in New Issue
Block a user