Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 20, 2024
1 parent 2335882 commit 3063dc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]+')
Expand Down

0 comments on commit 3063dc3

Please sign in to comment.