Skip to content

Commit

Permalink
Merge pull request #13 from openearthplatforminitiative/fix/env-vars-…
Browse files Browse the repository at this point in the history
…in-release-pipeline

Add env vars in release pipeline to avoid pydantic error during test
  • Loading branch information
A-Stangeland authored Mar 19, 2024
2 parents 4702134 + c59f2e9 commit 83d6ba3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
# The following environment variables are set to avoid pydantic raising a validation error when running tests.
# They are not actually used for running the tests.
base_data_path:
aws_region:
aws_access_key_id:
aws_secret_access_key:

jobs:
test:
Expand Down

0 comments on commit 83d6ba3

Please sign in to comment.