mv binary to the project root
This commit is contained in:
@@ -194,11 +194,11 @@
|
|||||||
|
|
||||||
export CI=true
|
export CI=true
|
||||||
|
|
||||||
tar -xzf dist/AdGuardHome_linux_amd64.tar.gz -C /
|
tar -xzf dist/AdGuardHome_linux_amd64.tar.gz -C ./
|
||||||
|
|
||||||
chmod +x /AdGuardHome
|
chmod +x ./AdGuardHome
|
||||||
|
|
||||||
ls -l /AdGuardHome
|
ls -l ./AdGuardHome
|
||||||
|
|
||||||
make VERBOSE=1 js-deps js-test-e2e
|
make VERBOSE=1 js-deps js-test-e2e
|
||||||
'requirements':
|
'requirements':
|
||||||
|
|||||||
2
client/playwright.config.ts
vendored
2
client/playwright.config.ts
vendored
@@ -71,7 +71,7 @@ export default defineConfig({
|
|||||||
webServer: {
|
webServer: {
|
||||||
stdout: process.env.CI ? 'pipe' : 'ignore',
|
stdout: process.env.CI ? 'pipe' : 'ignore',
|
||||||
command: process.env.CI
|
command: process.env.CI
|
||||||
? '/AdGuardHome --local-frontend -v'
|
? './AdGuardHome --local-frontend -v'
|
||||||
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
|
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
|
||||||
url: 'http://127.0.0.1:3000',
|
url: 'http://127.0.0.1:3000',
|
||||||
cwd: '..',
|
cwd: '..',
|
||||||
|
|||||||
Reference in New Issue
Block a user