File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8888 - run : ci/run_tests.sh
8989 env :
9090 SMOKETEST_DOCKER_IMAGE : python:3.12-slim
91+ APPMAP_PACKAGE_NAME : ${{ github.ref_name=="master" && env.pypi_project || env.testpypi_project }}
9192
9293 # as a workaround to ownership issues (lost access to project)
9394 pypi :
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ APPMAP_PACKAGE_NAME=${APPMAP_PACKAGE_NAME:- appmap}
4+
35test_recording_when_appmap_not_true ()
46{
57 cat << EOF > test_client.py
@@ -42,7 +44,7 @@ apt-get update -qq \
4244 && apt-get install -y --no-install-recommends git
4345
4446pip -q install -U pip pytest " flask>=2,<3" python-decouple
45- pip -q install /dist/appmap -* -py3-none-any.whl
47+ pip -q install /dist/${APPMAP_PACKAGE_NAME} -* -py3-none-any.whl
4648
4749cp -R /_appmap/test/data/unittest/simple ./.
4850
You can’t perform that action at this time.
0 commit comments