Skip to content

Commit

Permalink
add time out and run server in background
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoguin committed Jul 31, 2023
1 parent 0e729db commit 1afb47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cb-service-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
tests:
runs-on: ubuntu-latest
environment: CapellaDRTenant
timeout-minutes: 15
strategy:
matrix:
java-version: ['17']
Expand All @@ -35,8 +36,7 @@ jobs:
- uses: actions/checkout@v3
- name: Postman Tests
run: |
mvn --batch-mode --update-snapshots -B spring-boot:run --file pom.xml verify
mvn --batch-mode --update-snapshots -B spring-boot:run --file pom.xml verify &
chmod +x ./postman/run-api-tests.sh
npm start &
APIURL="http://127.0.0.1:4000/api" ./postman/run-api-tests.sh

0 comments on commit 1afb47e

Please sign in to comment.