Skip to content

Commit

Permalink
fix: reinstate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed May 2, 2024
1 parent 6a43da5 commit 707b173
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 @@ -43,8 +43,7 @@ jobs:
run: mvn -B -DskipTests=true -DskipUnitTests=true -P${{ env.MAVEN_PROFILE }} package

- name: Test
# Skipping unit and integration tests for now, because they keep failing.
run: mvn -B -DskipUnitTests=true -DskipITtests=true -P${{ env.MAVEN_PROFILE }} test
run: mvn -B -P${{ env.MAVEN_PROFILE }} test

# Check that the docker image builds correctly
# Push to ohdsi/atlas:master for commits on master.
Expand Down

0 comments on commit 707b173

Please sign in to comment.