Skip to content

Commit

Permalink
update env var
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrester committed Apr 30, 2024
1 parent 8e28516 commit 8248d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
OPSML_TESTING: 1
LOG_LEVEL: DEBUG
OPSML_GCS_TEST_BUCKET: ${{ secrets.OPSML_GCS_BUCKET }}
OPSML_GCS_BUCKET: ${{ secrets.OPSML_GCS_BUCKET }}
GOOGLE_ACCOUNT_JSON_BASE64: ${{ secrets.GCS_ACCOUNT_BASE64 }}
OPSML_STORAGE_URI: gs://${{ secrets.OPSML_GCS_BUCKET }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_app_login() -> YieldFixture[TestClient]:

@pytest.fixture
def gcs_test_bucket() -> Path:
return Path(os.environ["OPSML_BUCKET_GCS"])
return Path(os.environ["OPSML_GCS_BUCKET"])


@pytest.fixture
Expand Down

0 comments on commit 8248d52

Please sign in to comment.