Skip to content

Commit

Permalink
mv binary to the project root
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Jan 31, 2025
1 parent 215036b commit c4c58c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bamboo-specs/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@
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
'requirements':
Expand Down
2 changes: 1 addition & 1 deletion client/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig({
webServer: {
stdout: process.env.CI ? 'pipe' : 'ignore',
command: process.env.CI
? '/AdGuardHome --local-frontend -v'
? './AdGuardHome --local-frontend -v'
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
url: 'http://127.0.0.1:3000',
cwd: '..',
Expand Down

0 comments on commit c4c58c0

Please sign in to comment.