Skip to content

Do not hit the API directly in the e2e tests, but read the content from #282

Do not hit the API directly in the e2e tests, but read the content from

Do not hit the API directly in the e2e tests, but read the content from #282

Workflow file for this run

name: Build and test
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
- run: npm ci
- run: npm run build
- run: npm run types
- run: npm test
- uses: actions/upload-artifact@v2
with:
path: |
dist/browser.js
dist/index.js