Skip to content

test: adjust e2e tsconfig #48

test: adjust e2e tsconfig

test: adjust e2e tsconfig #48

Workflow file for this run

on:
pull_request:
branches:
- main
workflow_call:
jobs:
main:
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm i
- run: npm run build-all
- run: npm run e2e