Skip to content

Commit

Permalink
Update qagrow version 1.4.273
Browse files Browse the repository at this point in the history
  • Loading branch information
cabaluniovi committed Oct 9, 2024
1 parent a9f3064 commit 365fc4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
#don't precompile, here, dockerfile does
docker build -t market-rest --build-arg module=market-rest .
docker build -t market-web --build-arg module=market-web .
docker compose -f docker-compose.yaml up -d
docker-compose -f docker-compose.yaml up -d
chmod u+x ../setup/wait-container-ready.sh
../setup/wait-container-ready.sh db "ready for start up"
../setup/wait-container-ready.sh market-rest "Started RestApplication"
Expand All @@ -54,7 +54,7 @@ jobs:
working-directory: ./sut-gestaoHospital
run: |
mvn package -q -DskipTests=true
docker compose up -d --force-recreate --build
docker-compose up -d --force-recreate --build
chmod u+x ../setup/wait-container-ready.sh
../setup/wait-container-ready.sh mongodb "HospitalDB.product_collection"
../setup/wait-container-ready.sh gestaohospital "Started GestaohospitalarApplication"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<surefire.version>3.3.0</surefire.version>
<tdrules.version>4.3.0</tdrules.version>
<!-- <qagrow.version>1.4.268</qagrow.version> -->
<qagrow.version>1.4.0-replaceOrder_java8-SNAPSHOT</qagrow.version>
<qagrow.version>1.4.273</qagrow.version>
<!-- <qagrow.version>1.4.0-replaceOrder_java8-SNAPSHOT</qagrow.version> -->
</properties>

<modules>
Expand Down

0 comments on commit 365fc4e

Please sign in to comment.