You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .circleci/test-cli-with-last-release.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ PID=$!
33
33
wait_for_port 8080
34
34
35
35
# test cli
36
-
HASURA_GRAPHQL_TEST_ENDPOINT="http://localhost:8080"HASURA_GRAPHQL_TEST_CLI_EXT_MANIFEST_FILE_PATH="/build/_cli_ext_output/manifest-dev.yaml"make test
36
+
HASURA_GRAPHQL_TEST_ENDPOINT="http://localhost:8080" make test
37
37
38
38
# kill the running server
39
39
kill -s INT $PID
@@ -47,5 +47,5 @@ PID=$!
47
47
wait_for_port 8080
48
48
49
49
# test cli
50
-
HASURA_GRAPHQL_TEST_ENDPOINT="http://localhost:8080" HASURA_GRAPHQL_TEST_ADMIN_SECRET="abcd"HASURA_GRAPHQL_TEST_CLI_EXT_MANIFEST_FILE_PATH="/build/_cli_ext_output/manifest-dev.yaml"make test
50
+
HASURA_GRAPHQL_TEST_ENDPOINT="http://localhost:8080" HASURA_GRAPHQL_TEST_ADMIN_SECRET="abcd" make test
Copy file name to clipboardExpand all lines: .circleci/test-cli.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,5 +41,5 @@ PID=$!
41
41
wait_for_port 8080
42
42
43
43
# test cli
44
-
HASURA_GRAPHQL_TEST_ENDPOINT="http://localhost:8080"HASURA_GRAPHQL_TEST_CLI_EXT_MANIFEST_FILE_PATH="/build/_cli_ext_output/manifest-dev.yaml"HASURA_GRAPHQL_TEST_ADMIN_SECRET="abcd" make test
44
+
HASURA_GRAPHQL_TEST_ENDPOINT="http://localhost:8080" HASURA_GRAPHQL_TEST_ADMIN_SECRET="abcd" make test
0 commit comments