Skip to content

Commit

Permalink
replace brackets for do end
Browse files Browse the repository at this point in the history
  • Loading branch information
cepages committed Aug 13, 2024
1 parent 2a4eca9 commit 6ea19f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ task :test_swift do

dotenv_file = File.absolute_path("spec/fixtures/.env.fruitloops")

config_array.each { |config_file|
config_array.each do |config_file|
with_temp_dir do |temp_dir|
puts "Current working directory: #{temp_dir}"
sh("ARKANA_RUNNING_CI_INTEGRATION_TESTS=true arkana --config-filepath #{config_file} --dotenv-filepath #{dotenv_file} --include-environments dev,staging")
Dir.chdir("tests/MySecrets")
sh("swift test")
end
}
end

end

Expand Down

0 comments on commit 6ea19f6

Please sign in to comment.