Skip to content

Commit

Permalink
Fix CI logic
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Sep 6, 2024
1 parent 875af89 commit 5f5b2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def self_signed_certificate_macos(tmp_path):
"KEYCHAIN_PASSWORD": keychain_password,
"ROOT_DIR": str(cert_root),
}
if not ON_CI:
if ON_CI:
env["ON_CI"] = "1"
p = subprocess.run(
["bash", REPO_DIR / "scripts" / "create_self_signed_certificates_macos.sh"],
Expand Down

0 comments on commit 5f5b2e4

Please sign in to comment.