Skip to content

Commit

Permalink
Added tests on pull_req
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-at-work committed Dec 6, 2024
1 parent f017912 commit f000578
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Tests
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install Flutter Dependencies
run: flutter pub get
- name: Run Flutter Tests
run: flutter test

0 comments on commit f000578

Please sign in to comment.