We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6f229 commit 60e28b5Copy full SHA for 60e28b5
.github/workflows/visual-test.yml
@@ -36,7 +36,7 @@ jobs:
36
sudo apt-get install -y docker-compose
37
38
- name: Start Containers
39
- run: docker-compose up --abort-on-container-exit --build
+ run: docker-compose up --abort-on-container-exit --build --remove-orphans
40
41
- name: Upload visual test results
42
if: failure()
0 commit comments