Skip to content

Commit

Permalink
Run unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Feb 17, 2022
1 parent 7fe33aa commit 774fdc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: mvn -f chemclipse/releng/org.eclipse.chemclipse.aggregator/pom.xml install --batch-mode --no-transfer-progress
- name: Run Unit Tests
run: mvn -f chemclipse/releng/org.eclipse.chemclipse.aggregator/pom.xml test --batch-mode --no-transfer-progress

0 comments on commit 774fdc4

Please sign in to comment.