Skip to content

Commit

Permalink
Setup git before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 30, 2023
1 parent 3f94394 commit 50ee9b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test
run: |
git config --global user.email "dash@flutter.dev"
git config --global user.name "Dash"
dart test

0 comments on commit 50ee9b9

Please sign in to comment.