We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe778b commit e21733eCopy full SHA for e21733e
1 file changed
templates/github/.github/workflows/scripts/script.sh.j2
@@ -156,6 +156,8 @@ fi
156
{%- if test_cli %}
157
{%- if docker_fixtures %}
158
export PULP_FIXTURES_URL="http://pulp-fixtures:8080"
159
+# some pulp-cli tests use the api root envvar
160
+export PULP_API_ROOT="$(EDITOR=cat pulp config edit 2>/dev/null | awk -F'"' '/api_root/{print $2; exit}')"
161
{%- endif %}
162
pushd ../{{ cli_package }}
163
pip install -r test_requirements.txt
0 commit comments