Skip to content

Commit

Permalink
Run integration and unit tests on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Nov 21, 2023
1 parent 0796a5d commit 9a50ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/threddsIso-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build and test with Maven
run: mvn clean test -DskipTests=false -P ${{ matrix.profile }}
run: mvn clean verify -DskipTests=false -P ${{ matrix.profile }}

0 comments on commit 9a50ffe

Please sign in to comment.