Skip to content

Commit

Permalink
ci: kludge to wait for docker compose to be up
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Jan 1, 2024
1 parent f16b950 commit c985a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
jdk: ['17', '21', '22-ea']
runs-on: ubuntu-latest

timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -43,6 +43,7 @@ jobs:
working-directory: refimpl/src/
run: |
mvn -B clean package
sleep 30
docker-compose -f docker-compose.yml up --build --detach
- name: Run Lyo Test Suite
working-directory: testsuite
Expand Down

0 comments on commit c985a9e

Please sign in to comment.