Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Oct 21, 2024
1 parent 4c8617b commit 71a91dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
dotnet test --no-build --verbosity normal
- name: Build and Test client Android
working-directory: ./client/android/
run: ./gradlew build test --info --stacktrace
run: ./gradlew clean build test --info --stacktrace
- name: Build and Test client Android Light
working-directory: ./client/android-light/
run: ./gradlew build test --info --stacktrace
run: ./gradlew clean build test --info --stacktrace
- name: Build and Test server
working-directory: ./server/
run: |
cd ./dashboard-app
npm install
cd ..
./gradlew build test --info --stacktrace
./gradlew clean build test --info --stacktrace

0 comments on commit 71a91dd

Please sign in to comment.