Skip to content

chore(deps): bump yaml and @storybook/html in /packages/toast-ui.grid #365

chore(deps): bump yaml and @storybook/html in /packages/toast-ui.grid

chore(deps): bump yaml and @storybook/html in /packages/toast-ui.grid #365

Workflow file for this run

name: E2E Test
on: pull_request
jobs:
test:
name: E2E Test
runs-on: ubuntu-latest
env:
WORKING_DIRECTORY: ./packages/toast-ui.grid
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: npm install
run: |
npm install
- name: npm install(toast.ui-grid)
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
npm install
- name: e2e test
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
npm run e2e-test:ci