Skip to content

Commit

Permalink
Merge pull request #57 from amosproj/QW3RAT-patch-3
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
QW3RAT authored Nov 21, 2023
2 parents 8cd9dee + dd0b5c1 commit 275af33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3

- name: Build with Gradle
run: gradle build
run: gradle build --no-daemon
working-directory: 'pitmutationmate'

- name: Run Tests
run: gradle test
run: gradle test --no-daemon
working-directory: 'pitmutationmate'

0 comments on commit 275af33

Please sign in to comment.