Skip to content

Commit 9cfc8d1

Browse files
committed
Update tests
1 parent c01d858 commit 9cfc8d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ clean:
5858
push:
5959
docker push $(IMAGE):$(shell cat VERSION)
6060
docker push $(IMAGE):latest
61-
curl --request POST "https://hooks.microbadger.com/images/$(IMAGE)/?"
61+
curl --request POST "https://hooks.microbadger.com/images/$(IMAGE)/-_8Vk4GYHIizTx03R8D3yYVzySk="
6262

6363
.SILENT:

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ dependencies:
1111
- mkdir -p ~/docker; docker save codeworksio/postgres > ~/docker/image.tar
1212
test:
1313
override:
14-
- docker run --interactive --tty --name postgres codeworksio/postgres | grep "database system is ready to accept connections"
14+
- docker run --interactive --tty --detach --name=postgres codeworksio/postgres; sleep 10
15+
- docker logs postgres | grep "database system is ready to accept connections"

0 commit comments

Comments
 (0)