Skip to content

run e2e:chrome in workflow #2

run e2e:chrome in workflow

run e2e:chrome in workflow #2

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 17
registry-url: https://registry.npmjs.org/
- run: npm run bootstrap
- run: npm run lint
- run: npm run build
- run: npm run test