Skip to content

Bump express from 4.17.1 to 4.19.2 in /functions #51

Bump express from 4.17.1 to 4.19.2 in /functions

Bump express from 4.17.1 to 4.19.2 in /functions #51

Workflow file for this run

name: Dart CI
on: push
jobs:
build:
name: Build APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: 1.12.13+hotfix.8
- run: flutter pub get
- run: flutter test
# - name: Building the debug APK
- run: flutter build apk --debug