log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 49s
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 49s
This commit is contained in:
parent
bd8980b8cc
commit
20ba0a126a
@ -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