mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
fix(ci): minor bug from codacy
This commit is contained in:
parent
642a2e235e
commit
35e886b436
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
go install github.com/go-task/task/v3/cmd/task@latest
|
||||
|
||||
(cd ./web && npm install)
|
||||
|
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -46,7 +46,7 @@
|
||||
"runtimeExecutable": "task",
|
||||
"args": ["e2e:test:local"],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"console": "integratedTerminal",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user