Skip to content

Commit

Permalink
Merge branch 'oxyfalcon-patch-1' of https://github.com/oxyfalcon/fire…
Browse files Browse the repository at this point in the history
…base_todo into oxyfalcon-patch-1
  • Loading branch information
oxyfalcon committed Dec 14, 2023
2 parents 7240d20 + 475287b commit aa5a212
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Execute Tests on PR
on:
push:
pull_request:
branches: [main]

jobs:

runUnitTest:
name: Execute Unit/Widget tests

runs-on: macos-latest
steps:

- name: Checkout Code
uses: actions/checkout@v3

- name: Setup Flutter SDK
uses: subosito/flutter-action@v2
with:
channel: 'stable'

- name: Lint
run: dart format --output=none --set-exit-if-changed .

- name: Pub Upgrade
run: flutter pub upgrade

# - name: Run Unit Tests / Widget Tests
# run: flutter test

0 comments on commit aa5a212

Please sign in to comment.