Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Spencer <[email protected]>
  • Loading branch information
chunhtai and gspencergoog authored Dec 21, 2023
1 parent 3dfd9bc commit 6fbc3ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: publishable - publishable
run: ./ci/tool_runner publish-check --allow-pre-release
# Tests
- name: publishable - publishable
- name: test
run: ./ci/test
2 changes: 1 addition & 1 deletion ci/test
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ REPO_DIR="$(dirname "$SCRIPT_DIR")"

"$SCRIPT_DIR"/tool_runner test
cd "$REPO_DIR"/bin
flutter test
dart test

0 comments on commit 6fbc3ed

Please sign in to comment.