Skip to content

Commit

Permalink
Run integration tests in CI builds (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron authored Jun 16, 2021
1 parent 135387a commit 58ae0f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
path: /home/runner/.m2/repository/io/cryostat/cryostat-core/
- run: git submodule init
- run: git submodule update
# FIXME integration tests require Podman, CI runner uses Docker. Ideally this should all just be "clean verify"
- run: mvn -B -U clean compile test spotbugs:check spotless:check
- run: mvn -B -U clean verify
- uses: skjolber/maven-cache-github-action@v1
with:
step: save

0 comments on commit 58ae0f5

Please sign in to comment.