diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f142e65..7ad79e8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,10 @@ jobs: pushd tests/rebench-integration rebench --experiment IntegrationTest rebench.conf + + ls -lah /home/runner/work/ReBenchDB/ReBenchDB/dist/src/backend/../../../src/../resources/exp-data/ + sleep 1 + PROJID=$(curl -s http://localhost:33333/ReBenchDB-integration-test/data | grep project-id | grep -o -E '[0-9]+') EXPID=$(curl -s http://localhost:33333/rebenchdb/dash/$PROJID/data-overview | jq '.data[0].expid')