Skip to content

Commit

Permalink
Merge pull request #55 from amosproj/QW3RAT-patch-2
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
QW3RAT authored Nov 21, 2023
2 parents 7f01d09 + 72f2e65 commit 7dc9bd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest


steps:
- name: Checkout Repository
Expand All @@ -23,10 +24,9 @@ jobs:
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3

- name: Build with Gradle
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: build
gradle-version: '8.4'
run: ./gradle build --no-daemon
working-directory: 'pitmutationmate'

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

0 comments on commit 7dc9bd5

Please sign in to comment.