We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74efa85 commit a118358Copy full SHA for a118358
.github/workflows/e2e-base.yml
@@ -27,7 +27,7 @@ jobs:
27
cd hopsworks-api
28
export GITHUB_SHORT_SHA=$(git rev-parse --short "$GITHUB_SHA")
29
echo "GITHUB_SHORT_SHA=$GITHUB_SHORT_SHA" >> $GITHUB_ENV
30
- echo $GITHUB_SHORT_SHA
+ echo "sha: $GITHUB_SHORT_SHA"
31
cp README.md ./python/
32
$CONDA_ENV_PATH/pip uninstall -y hopsworks
33
$CONDA_ENV_PATH/pip install "./python[python,polars,great-expectations]" --upgrade-strategy eager
@@ -55,4 +55,5 @@ jobs:
55
HELPERS_PATH=${{github.workspace}}/loadtest/tests
56
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
57
cd ${{github.workspace}}/loadtest/tests
58
+ echo "Running e2e tests with marker $MARKER"
59
./run_e2e_on_runner.sh $MARKER
0 commit comments