Skip to content

Merge pull request #228 from excalidraw/master #71

Merge pull request #228 from excalidraw/master

Merge pull request #228 from excalidraw/master #71

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Install and test
run: |
yarn install
yarn test:app