Skip to content

Commit 8a440cf

Browse files
committed
wtf, why mage coverage run locally OK, but got error on ci.yml
Signed-off-by: Eugene Klimov <[email protected]>
1 parent 9e984a5 commit 8a440cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
- name: Build frontend
4949
run: npm run build
5050

51+
- name: check GOCOVERDIR before
52+
run: |
53+
mkdir -p ./coverage/
54+
ls -la ./coverage/
55+
5156
- name: Test backend
5257
if: steps.check-for-backend.outputs.has-backend == 'true'
5358
uses: magefile/mage-action@v3
@@ -57,7 +62,7 @@ jobs:
5762
version: latest
5863
args: coverage
5964

60-
- name: check GOCOVERDIR
65+
- name: check GOCOVERDIR after
6166
run: |
6267
ls -la ./coverage/
6368
cat ./coverage/backend.txt

0 commit comments

Comments
 (0)