Skip to content

Commit 37950df

Browse files
author
David Hartmann
committed
github: adapted workflows to new filestructur in py/visdom/server
1 parent 328cd35 commit 37950df

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
@@ -69,7 +69,7 @@ jobs:
6969
uses: cypress-io/github-action@v2
7070
with:
7171
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
7373
wait-on: 'http://localhost:8098'
7474
spec: cypress/integration/*.init.js
7575

@@ -96,7 +96,7 @@ jobs:
9696
uses: cypress-io/github-action@v2
9797
with:
9898
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
100100
wait-on: 'http://localhost:8098'
101101
spec: cypress/integration/screenshots.js
102102

@@ -118,7 +118,7 @@ jobs:
118118
uses: cypress-io/github-action@v2
119119
with:
120120
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
122122
wait-on: 'http://localhost:8098'
123123
config: ignoreTestFiles=screenshots.*
124124

0 commit comments

Comments
 (0)