File tree 2 files changed +2
-1
lines changed 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
- name : Unit tests
11
11
run : docker exec -i app make test-unit
12
12
- name : Sleep
13
- run : sleep 30
13
+ run : sleep 20
14
14
- name : Integration tests
15
15
run : docker exec -i app make test-integration
16
16
- name : UI tests
Original file line number Diff line number Diff line change 1
1
# Practical Test Pyramid with Go
2
2
3
3
[ ![ GoDoc] ( https://godoc.org/github.com/alr-lab/practical-test-pyramid-go?status.svg )] ( https://godoc.org/github.com/alr-lab/practical-test-pyramid-go )
4
+ [ ![ Automated tests] ( https://github.com/alr-lab/practical-test-pyramid-go/actions/workflows/push.yml/badge.svg )] ( https://github.com/alr-lab/practical-test-pyramid-go/actions/workflows/push.yml )
4
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/alr-lab/practical-test-pyramid-go )] ( https://goreportcard.com/report/github.com/alr-lab/practical-test-pyramid-go )
5
6
6
7
[ _ Practical Test Pyramid with Go_ ] [ ptp-page ] is an experiment to work with
You can’t perform that action at this time.
0 commit comments