Skip to content

Upgrade to video call implementation and dark mode #271

Upgrade to video call implementation and dark mode

Upgrade to video call implementation and dark mode #271

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-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 packages get
- run: dart format lib/ test/ --set-exit-if-changed