-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix download test cd back out of the directory
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,12 +33,11 @@ def run_system_command(cmd) | |
regexp = ".env".force_encoding('UTF-16LE') | ||
Dotenv.load(regexp.encode('UTF-8')) | ||
run_system_command("oxen config --name ruby-test --email [email protected]") | ||
run_system_command("oxen config --auth dev.hub.oxen.ai #{ENV['OXEN_API_KEY']}") | ||
system("oxen delete-remote --name EloyMartinez/performance-test --host dev.hub.oxen.ai -y") | ||
system("oxen delete-remote --name ox/performance-test --host localhost:3000 -y") | ||
end | ||
|
||
config.after(:each) do | ||
# Ensure the remote repository is deleted after each test | ||
system("oxen delete-remote --name EloyMartinez/performance-test --host dev.hub.oxen.ai -y") | ||
system("oxen delete-remote --name ox/performance-test --host localhost:3000 -y") | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters