File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 69
69
uses : cypress-io/github-action@v2
70
70
with :
71
71
install : false
72
- start : python3 py/visdom/server.py -port 8098 -env_path /tmp
72
+ start : python3 py/visdom/server -port 8098 -env_path /tmp
73
73
wait-on : ' http://localhost:8098'
74
74
spec : cypress/integration/*.init.js
75
75
96
96
uses : cypress-io/github-action@v2
97
97
with :
98
98
install : false
99
- start : python3 py/visdom/server.py -port 8098 -env_path /tmp
99
+ start : python3 py/visdom/server -port 8098 -env_path /tmp
100
100
wait-on : ' http://localhost:8098'
101
101
spec : cypress/integration/screenshots.js
102
102
@@ -118,7 +118,7 @@ jobs:
118
118
uses : cypress-io/github-action@v2
119
119
with :
120
120
install : false
121
- start : python3 py/visdom/server.py -port 8098 -env_path /tmp
121
+ start : python3 py/visdom/server -port 8098 -env_path /tmp
122
122
wait-on : ' http://localhost:8098'
123
123
config : ignoreTestFiles=screenshots.*
124
124
You can’t perform that action at this time.
0 commit comments