From 6c833c154de009c7a4724d484aacbd0b069d7f59 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Thu, 15 Aug 2019 12:54:34 -0400 Subject: [PATCH] removing container property for this example --- .github/workflows/postgres-service.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index 7160a41..4f250b7 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -3,9 +3,7 @@ on: [push] jobs: build: runs-on: ubuntu-latest - container: - image: node:10.16-jessie - + services: postgres: image: postgres:10.8