Skip to content

PE-5029: adds a parameter to by pass the download verification #154

PE-5029: adds a parameter to by pass the download verification

PE-5029: adds a parameter to by pass the download verification #154

Workflow file for this run

name: tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with:
sdk: 3.0.6
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: stable
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart run test -p vm,chrome