Skip to content

Commit

Permalink
Merge pull request #135 from DemocracyDevelopers/Add-IRV-tests-to-wor…
Browse files Browse the repository at this point in the history
…kflow

Update maven.yml
  • Loading branch information
michelleblom authored Jun 24, 2024
2 parents a84cd3e + 513034f commit 2bc6a87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:

- name: Classic Tests
run: cd server/eclipse-project; mvn -Dtest='us.freeandfair.corla.**' test

- name: IRV Tests
run: cd server/eclipse-project; mvn -Dtest='au.org.democracydevelopers.corla.**' test

0 comments on commit 2bc6a87

Please sign in to comment.