Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Merge pull request #120 from HackRU/F23dev #34

Merge pull request #120 from HackRU/F23dev

Merge pull request #120 from HackRU/F23dev #34

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
jobs:
build:
name: Run Flutter Tests
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:
channel: 'beta'
- run: flutter pub get
- run: flutter test