You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PatientApp-KKUMC/speech_to_text/.github/workflows/master.yml

20 lines
342 B
YAML

4 years ago
name: build
on:
push:
branches:
- master
jobs:
test:
name: Test on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1.3.2
with:
flutter-version: '1.17.1'
channel: 'stable'
- run: flutter pub get
- run: flutter test