Skip to content

Commit

Permalink
Update and rename feature-main.yml to dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesizedwizard committed Oct 4, 2020
1 parent 953b9dc commit 707cf5a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Flutter Environment Setup
- uses: actions/setup-java@v1
- uses: subosito/flutter-action@v1
- name: Java Environment Setup
uses: actions/setup-java@v1

- name: Flutter Environment Setup
uses: subosito/flutter-action@v1

- run: flutter pub get
- run: flutter test
Expand Down

0 comments on commit 707cf5a

Please sign in to comment.