Skip to content

Commit

Permalink
Merge pull request #7 from EOEPCA/gc/env_add
Browse files Browse the repository at this point in the history
Add EOAPI to the dynamic .env
  • Loading branch information
ranchodeluxe authored Jul 11, 2024
2 parents fefbb11 + 68d178f commit 0c4c107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-smoke-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
cat - <<EOF > .env.${{ env.TARGET }}
DOMAIN=${{ env.TARGET }}.eoepca.org
KEYCLOAK=keycloak.\${DOMAIN}
EOAPI=eoapi.\${DOMAIN}
EOF
- name: Invoke pytest
run: |
Expand Down

0 comments on commit 0c4c107

Please sign in to comment.