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 cb16229 commit de9765aCopy full SHA for de9765a
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
21
run: cd ./test && docker-compose up -d api-test
22
23
- name: test app
24
- run: cd ./test && docker-compose up test
+ run: cd ./test && docker-compose run test
README.md
@@ -2,6 +2,8 @@
2
3
A simple bash script to test JSON API from terminal in a structured and organized way.
4
5
+
6
+
7
## Setting up
8
9
### Requirements
0 commit comments