Skip to content

Commit

Permalink
comment out testing using github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianojung committed Apr 28, 2024
1 parent 8d5ae17 commit 1709eea
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 @@ -41,5 +41,5 @@ jobs:
# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will
# want to change this to 'flutter test'.
- name: Run tests
run: dart test
# - name: Run tests
# run: dart test

0 comments on commit 1709eea

Please sign in to comment.