Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Jan 17, 2024
1 parent f0203f7 commit 5e7b6bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/maven-cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,6 @@ jobs:
-pl :dotcms-postman \
-Dpostman.collections="${{ steps.resolve-postman-collections.outputs.collections_to_run }}"
pec=$?
docker ps -a
docker volume ls
rm -rf ${{ github.workspace }}/dotcms-postman/target/docker-volumes
[[ pec -eq 0 ]] || exit pec
env:
DOTCMS_IMAGE: ${{ needs.build-jdk11.outputs.docker-tag }}
Expand All @@ -597,7 +594,7 @@ jobs:
with:
name: "build-reports-test-postman - ${{ matrix.collection_group }}"
path: |
**/target/*-reports/TEST-*.xml
**/dotcms-postman/target/postman-reports/TEST-*.xml
target/build-report.json
LICENSE
retention-days: 2
Expand Down
11 changes: 0 additions & 11 deletions dotcms-postman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@
<ports>
<port>db.port:${db.port}</port>
</ports>
<volumes>
<bind>
<volume>${project.build.directory}/docker-volumes/db/data:/var/lib/postgresql/data</volume>
</bind>
</volumes>
<env>
<POSTGRES_USER>postgres</POSTGRES_USER>
<POSTGRES_PASSWORD>postgres</POSTGRES_PASSWORD>
Expand Down Expand Up @@ -143,11 +138,6 @@
<ports>
<port>es.port:9200</port>
</ports>
<volumes>
<bind>
<volume>${project.build.directory}/docker-volumes/es/data:/var/lib/elasticsearch/data</volume>
</bind>
</volumes>
<ulimits>
<ulimit>
<name>memlock</name>
Expand Down Expand Up @@ -186,7 +176,6 @@
<phase>post-integration-test</phase>
<goals>
<goal>stop</goal>
<goal>remove</goal>
</goals>
<configuration>
<skip>${skipITs}</skip>
Expand Down

0 comments on commit 5e7b6bd

Please sign in to comment.