diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-03-06 20:04:03 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-03-07 11:40:53 +0000 |
| commit | 2b78984995589dd2b626578a39fe9df91a5f14c0 (patch) | |
| tree | ffa9c524cfe532d337e29c8cb3bc7660fbf79355 /.github | |
| parent | f39a7eed7e2634a9f836f1922833d4b4d5b0f770 (diff) | |
.github/workflows/ci.yml: workaround codecov limitation to detect environment
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c02a24d0..c17e163e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true TERM: dumb + GITHUB_ACTIONS: true steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 @@ -75,6 +76,7 @@ jobs: GOPATH: /__w/syzkaller/syzkaller/gopath CI: true TERM: dumb + GITHUB_ACTIONS: true steps: - name: checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 |
