Skip to content

Commit

Permalink
changed ./gradlew to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
BelovUser committed Jan 31, 2024
1 parent 1aa56b7 commit 42fe75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
distribution: 'adopt'
java-version: '20'
- name: Build Gradle
run: ./gradlew bootRun -Dspring.profiles.active=test
run: gradle bootRun -Dspring.profiles.active=test

tests:
needs: build
runs-on: ubuntu-latest
steps:
- name: Run Tests
run: ./gradlew build
run: gradle build

0 comments on commit 42fe75e

Please sign in to comment.