Skip to content

Episode Actions title is no longer hardcoded text. #466

Episode Actions title is no longer hardcoded text.

Episode Actions title is no longer hardcoded text. #466

Workflow file for this run

name: Flutter CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml
- run: flutter pub get
- run: flutter test
- run: flutter build apk --debug
- run: flutter build appbundle --debug