Skip to content

Changed the gallery option to camera uploads #8

Changed the gallery option to camera uploads

Changed the gallery option to camera uploads #8

name: CI Workflow for TripItOn
on:
pull_request:
branches:
- master
jobs:
flutter_test:
name: Flutter Tests and analyze
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: subosito/flutter-action@v1
with:
channel: stable
- run: flutter pub get
- run: flutter analyze
- run: flutter test