Skip to content

Commit acd8388

Browse files
author
Alexandre
authored
Add automated tests badge (#38)
1 parent 83bc32a commit acd8388

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Unit tests
1111
run: docker exec -i app make test-unit
1212
- name: Sleep
13-
run: sleep 30
13+
run: sleep 20
1414
- name: Integration tests
1515
run: docker exec -i app make test-integration
1616
- name: UI tests

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Practical Test Pyramid with Go
22

33
[![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)
45
[![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)
56

67
[_Practical Test Pyramid with Go_][ptp-page] is an experiment to work with

0 commit comments

Comments
 (0)