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
1184558c31
commit
97476da964
@ -30,14 +30,18 @@ jobs:
|
|||||||
distribution: 'oracle'
|
distribution: 'oracle'
|
||||||
- name: make gradle wrapper executable
|
- name: make gradle wrapper executable
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
run: |
|
|
||||||
chmod +x ./gradlew
|
|
||||||
touch local.properties
|
|
||||||
- name: build
|
|
||||||
run: ./gradlew build --no-daemon --max-workers 1
|
|
||||||
env:
|
env:
|
||||||
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
|
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
|
||||||
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
|
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
|
||||||
|
run: |
|
||||||
|
chmod +x ./gradlew
|
||||||
|
touch local.properties
|
||||||
|
echo $REPO_USERNAME
|
||||||
|
- name: build
|
||||||
|
env:
|
||||||
|
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
|
||||||
|
REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}
|
||||||
|
run: ./gradlew build --no-daemon --max-workers 1
|
||||||
#- name: test
|
#- name: test
|
||||||
# run: ./gradlew test --no-daemon
|
# run: ./gradlew test --no-daemon
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user