Skip to content

add our first couple field types to the new editor #42

add our first couple field types to the new editor

add our first couple field types to the new editor #42

Workflow file for this run

name: linux
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shogo82148/actions-setup-perl@v1
- uses: actions/setup-node@v1
- uses: microsoft/playwright-github-action@v1
- name: node -v
run: node -v
- name: npm install
run: npm i
- name: perl -V
run: perl -V
- name: Install dependencies
run: cpanm -n --installdeps .
- name: Install SQLite
run: cpanm -n Mojo::SQLite
- name: Run tests
run: prove -l t/*.t