File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 uses : cypress-io/github-action@v2
6969 with :
7070 install : false
71- start : python3 py/visdom/server.py -port 8098 -env_path /tmp
71+ start : python3 py/visdom/server -port 8098 -env_path /tmp
7272 wait-on : ' http://localhost:8098'
7373 spec : cypress/integration/*.init.js
7474
9595 uses : cypress-io/github-action@v2
9696 with :
9797 install : false
98- start : python3 py/visdom/server.py -port 8098 -env_path /tmp
98+ start : python3 py/visdom/server -port 8098 -env_path /tmp
9999 wait-on : ' http://localhost:8098'
100100 spec : cypress/integration/screenshots.js
101101
@@ -117,7 +117,7 @@ jobs:
117117 uses : cypress-io/github-action@v2
118118 with :
119119 install : false
120- start : python3 py/visdom/server.py -port 8098 -env_path /tmp
120+ start : python3 py/visdom/server -port 8098 -env_path /tmp
121121 wait-on : ' http://localhost:8098'
122122 config : ignoreTestFiles=screenshots.*
123123
You can’t perform that action at this time.
0 commit comments