Skip to content

bumped to version 1.2.5 #120

bumped to version 1.2.5

bumped to version 1.2.5 #120

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Flutter SDK
run: sudo snap install flutter --classic
- name: Run Flutter doctor
run: flutter doctor -v
- name: Run tests
run: flutter test ./test/get_time_ago_test.dart ./test/messages/language/ro_msg_test.dart