commit b2ec1afcbd4f141bbbdf7cce2d4124cc938332a8
parent 26489fd505960094fd10d496d63528e9c0a0d570
Author: Marcel <mtrnord1@gmail.com>
Date: Sat, 25 Jul 2020 15:13:03 +0200
Install cargo make with tests
Took 2 minutes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
- "test": "start-server-and-test 'cargo make run' http-get://localhost:8000 cy:run:ci",
+ "test": "start-server-and-test 'cargo install cargo-make && cargo make run' http-get://localhost:8000 cy:run:ci",
"cy:open": "cypress open",
"cy:run:ci": "cypress run --browser chrome --record --key 99194b81-775d-4e98-9bac-8f2cc12bc62e --ci-build-id \"${GITHUB_SHA}-${GITHUB_WORKFLOW}-${GITHUB_EVENT_NAME}\" --group github-action-e2e --parallel"
},