Skip to content

Commit

Permalink
WIP: use gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKrasteva authored Apr 7, 2024
1 parent 24203b5 commit 3efa7e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: '8.5'


- name: Test PostService
working-directory: ./PostService
run: gradle test
run: ./gradlew test

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3efa7e0

Please sign in to comment.