Skip to content

🔖 4.0.7

🔖 4.0.7 #59

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ vm, chrome ]
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
- run: dart pub get
- run: dart analyze --fatal-infos
- run: dart test --chain-stack-traces --platform=${{ matrix.platform }}