Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Nov 8, 2024
1 parent a567a58 commit 83a655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ lane :ios_build_integration_test do |options|
# Navigate to the Flutter project root directory
Dir.chdir("..") do
# Get a list of all Dart test files in the integration_test directory
test_files = Dir["integration_test/**/*_test.dart"]
test_files = Dir["integration_test/**/activity_test.dart"]

test_files.each do |test_file|
# Extract the base name of the test file to use for naming zip files
Expand Down

0 comments on commit 83a655d

Please sign in to comment.