Skip to content

Commit

Permalink
Merge branch 'YasserOJ-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep committed Oct 11, 2019
2 parents 566dc40 + 1f86eb9 commit 6128029
Show file tree
Hide file tree
Showing 5 changed files with 506 additions and 5 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on: [push]

jobs:
build:

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: 'stable' # or: 'dev' or 'beta'
- run: flutter pub get
- run: flutter test

Loading

0 comments on commit 6128029

Please sign in to comment.