Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
temporarily remove test runner.  We will do this locally until we can find a way to restructure it to allow us to automate
  • Loading branch information
mocolicious authored Jul 17, 2024
1 parent e14af11 commit 6600a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# run: flutter analyze

# Run tests
- name: Run tests
run: flutter test
# - name: Run tests
# run: flutter test

- name: dart-package
uses: nikosportolos/dart_package@v0.2.1
Expand Down

0 comments on commit 6600a02

Please sign in to comment.