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/main.yml

20 lines
340 B
YAML

name: build
on:
push:
branches:
- main
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.20.3'
channel: 'stable'
- run: flutter pub get
- run: flutter test