Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Feb 3, 2025
1 parent 74ed31e commit b5b9dc8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ jobs:
[mgmt-backend, pipeline-backend, model-backend, artifact-backend]
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
overprovision-lvm: "true"
remove-dotnet: "true"
build-mount-path: "/var/lib/docker/"

- name: Restart docker
run: sudo service docker restart

# mono occupies port 8084 which conflicts with mgmt-backend
- name: Stop mono service
run: |
Expand Down

0 comments on commit b5b9dc8

Please sign in to comment.