Skip to content

Commit

Permalink
datafeeder: remove integration tests until fixed (georchestra#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored and jeanmi151 committed Dec 7, 2023
1 parent 33d0db8 commit d9d3c83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/datafeeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: ./mvnw test -pl :datafeeder -P-all,datafeeder -ntp -Dfmt.skip=true -Dadditionalparam=-Xdoclint:none

# pull images, fetches in parallel docker layers and speeds up the process
- name: "Pull required docker images for integration testing"
working-directory: datafeeder/
run: docker-compose pull -q
#- name: "Pull required docker images for integration testing"
# working-directory: datafeeder/
# run: docker-compose pull -q

- name: "Running Integration Tests"
working-directory: datafeeder/
run: ../mvnw verify -P-all,datafeeder -DskipITs=false -DskipTests -ntp -Dfmt.skip=true -Dadditionalparam=-Xdoclint:none
#- name: "Running Integration Tests"
# working-directory: datafeeder/
# run: ../mvnw verify -P-all,datafeeder -DskipITs=false -DskipTests -ntp -Dfmt.skip=true -Dadditionalparam=-Xdoclint:none

- name: Getting image tag
if: github.repository == 'georchestra/georchestra' && github.actor != 'dependabot[bot]'
Expand Down

0 comments on commit d9d3c83

Please sign in to comment.