We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385635a commit 2eb3c6cCopy full SHA for 2eb3c6c
github-actions.mk
@@ -13,5 +13,7 @@ $(PROJECT):
13
endef
14
endif
15
16
+.PHONY: ../../.github/workflows/data/$(PROJECT).yaml
17
+
18
../../.github/workflows/data/$(PROJECT).yaml: $(wildcard test/*_SUITE.erl)
19
$(file > $@,$(suites_yaml))
0 commit comments