mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-12 12:40:33 +08:00
Fix directory path
This commit is contained in:
@@ -44,9 +44,6 @@ jobs:
|
||||
- name: Build standalone_app
|
||||
run: make MODE="prd" standalone_app/public/bundle.js
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
|
||||
- name: Install the required browsers
|
||||
run: playwright install
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ def make_test_server(
|
||||
def make_standalone_server(request: pytest.FixtureRequest) -> str:
|
||||
addr = "127.0.0.1"
|
||||
port = get_free_port()
|
||||
directory = "/Users/k-umezawa/dev/optuna-dashboard/standalone_app/"
|
||||
directory = "./standalone_app/"
|
||||
|
||||
Handler = http.server.SimpleHTTPRequestHandler
|
||||
httpd = socketserver.TCPServer(
|
||||
|
||||
Reference in New Issue
Block a user