From 2b78984995589dd2b626578a39fe9df91a5f14c0 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 6 Mar 2024 20:04:03 +0100 Subject: .github/workflows/ci.yml: workaround codecov limitation to detect environment --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit mrf-deployment