mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 09:51:06 +08:00
Merge branch 'next' into tech/use-getdata
This commit is contained in:
commit
5b8a15b235
32
.github/workflows/tests-puppeteer.yml
vendored
32
.github/workflows/tests-puppeteer.yml
vendored
@ -1,32 +0,0 @@
|
|||||||
name: Puppeteer & A11y tests
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
name: Puppeteer & A11y tests
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: '10.x'
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Cache node modules
|
|
||||||
uses: actions/cache@v1
|
|
||||||
with:
|
|
||||||
path: node_modules
|
|
||||||
key: ${{ runner.OS }}-build-${{ hashFiles('**/yarn.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.OS }}-build-${{ env.cache-name }}-
|
|
||||||
${{ runner.OS }}-build-
|
|
||||||
${{ runner.OS }}-
|
|
||||||
- name: install, bootstrap
|
|
||||||
run: |
|
|
||||||
yarn bootstrap --core
|
|
||||||
- name: build storybook
|
|
||||||
run: |
|
|
||||||
yarn --cwd examples/official-storybook build-storybook
|
|
||||||
- name: test
|
|
||||||
run: |
|
|
||||||
yarn test --puppeteer
|
|
Loading…
x
Reference in New Issue
Block a user