Skip to content

Commit

Permalink
Update test action for keycloak v1x
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Jul 22, 2024
1 parent b1513dc commit 4cde73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-smoke-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "TARGET is ${{ env.TARGET }}"
cat - <<EOF > .env.${{ env.TARGET }}
DOMAIN=${{ env.TARGET }}.eoepca.org
KEYCLOAK=keycloak.\${DOMAIN}
KEYCLOAK=keycloak-v1x.\${DOMAIN}
EOAPI=eoapi.\${DOMAIN}
EOF
- name: Invoke pytest
Expand Down

0 comments on commit 4cde73e

Please sign in to comment.