Skip to content

Commit 5160f7c

Browse files
committed
fix: ensure ownership on workspace
1 parent 0824703 commit 5160f7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
test: deps
2-
@npm test
2+
ifdef GITHUB_ACTIONS
3+
@git config --global --add safe.directory /github/workspace
4+
endif
5+
@npm test -- --colors
36

47
deps:
58
@(((ls node_modules | grep .) > /dev/null 2>&1) || npm i) || true

0 commit comments

Comments
 (0)