Skip to content

Merge pull request #9 from otiai10/dependabot/npm_and_yarn/main/types… #61

Merge pull request #9 from otiai10/dependabot/npm_and_yarn/main/types…

Merge pull request #9 from otiai10/dependabot/npm_and_yarn/main/types… #61

Workflow file for this run

name: Chrome E2E Test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
e2e:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run e2e