Skip to content

Commit

Permalink
Call script with unbuffer when using Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Feb 23, 2024
1 parent 1ec51db commit 03370f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
mkdir -p ${{github.workspace}}/qlever-indices/olympics.3 && cd $_
qlever setup-config olympics
qlever get-data index index-stats
unbuffer qlever get-data index index-stats
qlever docker.USE_DOCKER=false start status test-query
unbuffer qlever docker.USE_DOCKER=true stop status
unbuffer qlever docker.USE_DOCKER=true restart status test-query
Expand Down

0 comments on commit 03370f2

Please sign in to comment.