Skip to content

feat: Hide path and array extension types wrapped field name #113

feat: Hide path and array extension types wrapped field name

feat: Hide path and array extension types wrapped field name #113

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test
- name: Run web tests
run: dart test -p chrome