linux test

This commit is contained in:
ekibun
2021-01-22 15:18:11 +08:00
parent 9bbb68441f
commit 89d0750365
4 changed files with 29 additions and 1 deletions

23
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Test
on:
push:
branches:
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Flutter action
uses: subosito/flutter-action@v1.1.1
with:
channel: "stable"
flutter-version: "1.12.x"
- run: flutter pub get
- run: flutter test test/flutter_qjs_test.dart