Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkhairnar44 authored May 18, 2021
1 parent 7df85c3 commit 5993c72
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Flutter action
uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test

0 comments on commit 5993c72

Please sign in to comment.