Skip to content

Get back to NPM only on GH Actions #32

Get back to NPM only on GH Actions

Get back to NPM only on GH Actions #32

Workflow file for this run

name: Chrome E2E Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
# - uses: pnpm/action-setup@v2
# with:
# version: 8
- run: npm install
- run: npm run build --if-present
- run: npm run test:e2e