Skip to content

Commit

Permalink
update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Nov 25, 2024
1 parent ccf5452 commit a9e34e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:

- name: Running workflow test for macos
run: make desktopWorkflowTest
timeout-minutes: 60

- name: Running workflow test for android on Firebase test labs
run: make ci-android-test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -808,5 +808,5 @@ ci-android-test:test-build-android
#Runs widget tets
widget-tests:
@echo "Running widget tests..."
flutter test test/ -r expanded
flutter test test/

3 changes: 1 addition & 2 deletions integration_test/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Find all _test.dart files in the integration_test directory and its immediate subdirectories
find integration_test -maxdepth 4 -type f -name '*_test.dart' | while read test_file; do
# echo "Running $test_file..."
flutter test "$test_file" -d macOS
flutter test "$test_file" -d macOS --verbose
if [ $? -ne 0 ]; then
echo "Test $test_file failed."
continue
Expand Down

0 comments on commit a9e34e9

Please sign in to comment.