From 3063dc3944065802f6e4c48c0b7d5092ee665842 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Wed, 20 Mar 2024 14:34:34 +0000 Subject: [PATCH] Debug Signed-off-by: Stefan Marr --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f437c26f..e68fa775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,12 +31,10 @@ jobs: --health-timeout 5s --health-retries 5 --user root + -v ${{ github.workspace }}:/postgres-export:rw ports: # Maps tcp port 5432 on service container to the host - 5432:5432 - # Make sure the postgres container is has a exp-data directory - volumes: - - ${{ github.workspace }}:/postgres-export:rw steps: - name: Checkout ReBench @@ -99,7 +97,7 @@ jobs: pushd tests/rebench-integration rebench --experiment IntegrationTest rebench.conf - ls -lah /home/runner/work/ReBenchDB/ReBenchDB/dist/src/backend/../../../src/../resources/exp-data/ + ls -lah ${{ github.workspace }} sleep 1 PROJID=$(curl -s http://localhost:33333/ReBenchDB-integration-test/data | grep project-id | grep -o -E '[0-9]+')