Skip to content

Commit

Permalink
move github action for flutter testting to root folders
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Apr 4, 2024
1 parent 42e508f commit 1b20325
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Flutter_Tests

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

jobs:
tests:
Expand All @@ -17,6 +17,8 @@ jobs:
uses: subosito/[email protected]
with:
flutter-version: '3.19.3'
- name: move to bluevsred_flutter
run: cd bluevsred_flutter
- name: Restore packages
run: flutter pub get
- name: Analyze
Expand Down

0 comments on commit 1b20325

Please sign in to comment.