Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 2, 2024
1 parent 82c04b5 commit 2f5d1ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
java -version && gradle --version

- name: Building Project
working-directory: simona
working-directory: /__w/simona/simona
run:
gradle clean assemble
pwd
sudo gradle clean assemble

test:
needs: build
Expand Down

0 comments on commit 2f5d1ed

Please sign in to comment.