Skip to content

Commit

Permalink
Postgres volume?
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 19, 2024
1 parent 6ed2643 commit 66a5cd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
# Make /home/runner/work/ReBenchDB/ReBenchDB/resources/exp-data/ available to the service
volumes:
- /home/runner/work/ReBenchDB/ReBenchDB/resources/exp-data/:/home/runner/work/ReBenchDB/ReBenchDB/resources/exp-data/

steps:
- name: Checkout ReBench
Expand Down

0 comments on commit 66a5cd8

Please sign in to comment.