We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7297fbf commit 64d5bfbCopy full SHA for 64d5bfb
Makefile
@@ -18,3 +18,6 @@ run:
18
19
bash:
20
docker run --rm -t -i -P --entrypoint /bin/bash $(IMAGE_NAME):$(TAG)
21
+
22
+_ci_test:
23
+ true
0 commit comments