Skip to content

Migrate from CircleCI to Github Actions #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jun 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try fix w creating a directory
  • Loading branch information
okramarenko committed May 13, 2025
commit 3fe62abb467310761176dd95273e55ceb7af40b2
2 changes: 2 additions & 0 deletions .github/workflows/test_setup/fill_test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@
with open(f"test/{test_block}/config.json", "w") as f_out:
json.dump(config_content, f_out, indent=4)

home_dir = os.path.expanduser("~")

with open(os.path.join(home_dir, "CONNECTION_STRING"), "w") as f_conn:
f_conn.write(config_content["Data"]["ConnectionString"])
Loading