Skip to content

Commit

Permalink
Update title for workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Mar 27, 2024
1 parent 5074077 commit 1fec38f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/website-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,9 @@ jobs:
- name: test setup
run: docker run --name=site -d --volume `pwd`/_site:/var/www node:14 /bin/sh -c "npm i serve && npx serve -l 3000 /var/www"

- name: build docker image for building jekyll site
- name: build docker image for testing using puppeteer
run: docker build ./docker/puppeteer/ -t local/puppeteer



- name: run test
run: docker run --rm --link site --volume `pwd`:/opt/app --workdir /opt/app -e TEST_SERVER_URL=http://site:3000 local/puppeteer /bin/sh -c "npm install --legacy-peer-deps && npm run test"
continue-on-error: true
Expand Down

0 comments on commit 1fec38f

Please sign in to comment.