log message to try to file runner
Some checks failed
/ build (17, ubuntu-latest) (push) Failing after 49s

This commit is contained in:
Quentin Legot 2023-06-13 21:34:10 +02:00
parent 1184558c31
commit 97476da964

View File

@ -30,14 +30,18 @@ jobs:
distribution: 'oracle'
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
run: |
chmod +x ./gradlew
touch local.properties
- name: build
run: ./gradlew build --no-daemon --max-workers 1
env:
REPO_USERNAME: ${{ secrets.REPO_USERNAME }}
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
# run: ./gradlew test --no-daemon