log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 48s
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 48s
This commit is contained in:
parent
20ba0a126a
commit
1184558c31
@ -33,11 +33,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
touch local.properties
|
touch local.properties
|
||||||
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
|
||||||
|
env:
|
||||||
|
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
|
||||||
|
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
|
||||||
#- name: test
|
#- name: test
|
||||||
# run: ./gradlew test --no-daemon
|
# run: ./gradlew test --no-daemon
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user