Skip to content

Commit

Permalink
Merge pull request #35 from sakebook/fix/dart_test
Browse files Browse the repository at this point in the history
Fix dart test command
  • Loading branch information
sakebook authored Jul 10, 2022
2 parents 83871aa + d0fcfae commit 1449d18
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 1449d18

Please sign in to comment.