added cd command in attempt to fix CI issue

This commit is contained in:
CDaut 2022-03-27 21:06:04 +02:00 committed by CDaut
parent 60ea46de44
commit dcc1b0d5b2

View file

@ -23,4 +23,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x ./ClimateGoApp/gradlew
- name: Build with Gradle
run: ./ClimateGoApp/gradlew build
run: cd ClimateGoApp && ./gradlew build