Skip to content

Commit

Permalink
Fix dart test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sakebook committed Jul 10, 2022
1 parent 83871aa commit d0fcfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ switch_working_directory() {

test_dart() {
echo "Run test for dart"
pub get
pub run test
dart pub get
dart run test
}

test_flutter() {
Expand Down

0 comments on commit d0fcfae

Please sign in to comment.