Skip to content

Commit de9765a

Browse files
authored
Tech add tests (#13)
Send exit status to ci and add readme
1 parent cb16229 commit de9765a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
run: cd ./test && docker-compose up -d api-test
2222

2323
- name: test app
24-
run: cd ./test && docker-compose up test
24+
run: cd ./test && docker-compose run test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A simple bash script to test JSON API from terminal in a structured and organized way.
44

5+
![CI](https://github.com/subeshb1/api-test/workflows/CI/badge.svg)
6+
57
## Setting up
68

79
### Requirements

0 commit comments

Comments
 (0)