From 18046dc9b552243a6c5ab41dd4dc5c9f6a30554d Mon Sep 17 00:00:00 2001 From: Tim Lucas Date: Wed, 6 Feb 2019 10:53:14 +1100 Subject: Fix readme instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e47d4e..20c2fd6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ See the list of [Docker Hub tags](https://hub.docker.com/r/buildkite/puppeteer/t Dockerfile.integration-tests: ```Dockerfile -FROM buildkite/puppeteer:version +FROM buildkite/puppeteer:latest RUN npm i mocha ENV PATH="${PATH}:/node_modules/.bin" ``` @@ -83,6 +83,7 @@ describe('App', () => { Running: -``` -docker-compose -f integration-tests run tests +```shell +docker-compose -f docker-compose.integration-tests.yml run tests +ls screenshots/ ``` -- cgit v1.2.3