Skip to content

🚸 Allow to configure whether to delete host cookies when load failed … #68

🚸 Allow to configure whether to delete host cookies when load failed …

🚸 Allow to configure whether to delete host cookies when load failed … #68

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 }}