Skip to content

Commit

Permalink
check vs. test
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Nov 8, 2023
1 parent 9033020 commit 7d785f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Build
run: ./gradlew --info -s -x test build
run: ./gradlew --info -s -x check build

- name: Test
run: ./gradlew --info -s test
run: ./gradlew --info -s check

0 comments on commit 7d785f9

Please sign in to comment.