Skip to content

Commit a118358

Browse files
committed
Trigger new project
1 parent 74efa85 commit a118358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-base.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd hopsworks-api
2828
export GITHUB_SHORT_SHA=$(git rev-parse --short "$GITHUB_SHA")
2929
echo "GITHUB_SHORT_SHA=$GITHUB_SHORT_SHA" >> $GITHUB_ENV
30-
echo $GITHUB_SHORT_SHA
30+
echo "sha: $GITHUB_SHORT_SHA"
3131
cp README.md ./python/
3232
$CONDA_ENV_PATH/pip uninstall -y hopsworks
3333
$CONDA_ENV_PATH/pip install "./python[python,polars,great-expectations]" --upgrade-strategy eager
@@ -55,4 +55,5 @@ jobs:
5555
HELPERS_PATH=${{github.workspace}}/loadtest/tests
5656
export PYTHONPATH=$HELPERS_PATH:$PYTHONPATH
5757
cd ${{github.workspace}}/loadtest/tests
58+
echo "Running e2e tests with marker $MARKER"
5859
./run_e2e_on_runner.sh $MARKER

0 commit comments

Comments
 (0)