Skip to content

fix hashValue and accentColor #13

fix hashValue and accentColor

fix hashValue and accentColor #13

Workflow file for this run

name: Run tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.2'
channel: 'stable'
- name: Get dependencies
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Test app
run: flutter test