Skip to content

Commit 60e28b5

Browse files
chore(stencil): [BLA-1192] Fix container unhealthy issue
1 parent 7a6f229 commit 60e28b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/visual-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo apt-get install -y docker-compose
3737
3838
- name: Start Containers
39-
run: docker-compose up --abort-on-container-exit --build
39+
run: docker-compose up --abort-on-container-exit --build --remove-orphans
4040

4141
- name: Upload visual test results
4242
if: failure()

0 commit comments

Comments
 (0)