We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0824703 commit 5160f7cCopy full SHA for 5160f7c
Makefile
@@ -1,5 +1,8 @@
1
test: deps
2
- @npm test
+ifdef GITHUB_ACTIONS
3
+ @git config --global --add safe.directory /github/workspace
4
+endif
5
+ @npm test -- --colors
6
7
deps:
8
@(((ls node_modules | grep .) > /dev/null 2>&1) || npm i) || true
0 commit comments