Skip to content

Commit 7b5a547

Browse files
committed
github: adapted workflows to new filestructur in py/visdom/server
1 parent 78c59a1 commit 7b5a547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/process-changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

@@ -95,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)