Skip to content

Commit

Permalink
move back to setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Nov 24, 2019
1 parent 3f5074e commit be12f76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests-puppeteer.yml
Expand Up @@ -8,6 +8,9 @@ jobs:
name: Puppeteer & A11y tests
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- uses: actions/checkout@v1
- name: Cache node modules
uses: actions/cache@v1
Expand All @@ -19,14 +22,11 @@ jobs:
${{ runner.OS }}-build-
${{ runner.OS }}-
- name: install, bootstrap
uses: ianwalter/puppeteer@v2.0.0
with:
args: PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=false yarn bootstrap --core
run: |
yarn bootstrap --core
- name: build storybook
uses: ianwalter/puppeteer@v2.0.0
with:
args: yarn --cwd examples/official-storybook build-storybook
run: |
yarn --cwd examples/official-storybook build-storybook
- name: test
uses: ianwalter/puppeteer@v2.0.0
with:
args: yarn test --puppeteer
run: |
yarn test --puppeteer

0 comments on commit be12f76

Please sign in to comment.