mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-08-04 15:28:58 +00:00
Pull request 2716: AGDNS-3549-fix-github
Some checks are pending
build / test (macOS-latest) (push) Waiting to run
build / test (ubuntu-latest) (push) Waiting to run
build / test (windows-latest) (push) Waiting to run
build / build-release (push) Blocked by required conditions
build / notify (push) Blocked by required conditions
lint / go-lint (push) Waiting to run
lint / eslint (push) Waiting to run
lint / notify (push) Blocked by required conditions
Some checks are pending
build / test (macOS-latest) (push) Waiting to run
build / test (ubuntu-latest) (push) Waiting to run
build / test (windows-latest) (push) Waiting to run
build / build-release (push) Blocked by required conditions
build / notify (push) Blocked by required conditions
lint / go-lint (push) Waiting to run
lint / eslint (push) Waiting to run
lint / notify (push) Blocked by required conditions
Squashed commit of the following:
commit 91560d825973aa384806c8bf28487213e1a9feb7
Author: Ainar Garipov <a.garipov@adguard.com>
Date: Wed Jul 15 13:47:44 2026 +0300
.github: fix windows build
This commit is contained in:
parent
09ae3ccddb
commit
d9a7219d4d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -1,3 +1,5 @@
|
|||
# TODO(a.garipov): Use client_v2 for the frontend tests once Windows build is
|
||||
# fixed.
|
||||
'name': 'build'
|
||||
# Permissions are disabled for all the jobs by default, and then overridden for
|
||||
# specific jobs if needed. This is a recommended practice for security reasons,
|
||||
|
|
@ -64,7 +66,7 @@
|
|||
'restore-keys': '${{ runner.os }}-node-'
|
||||
- 'name': 'Run tests'
|
||||
'shell': 'bash'
|
||||
'run': 'make VERBOSE=1 deps test go-bench go-fuzz'
|
||||
'run': 'make CLIENT_DIR=client VERBOSE=1 deps test go-bench go-fuzz'
|
||||
- 'name': 'Upload coverage'
|
||||
'uses': 'codecov/codecov-action@v1'
|
||||
'if': "success() && matrix.os == 'ubuntu-latest'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue