Skip to content

Commit

Permalink
Adapt workflows (action example-query -> test-query)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Oct 5, 2023
1 parent 85adee5 commit 9800d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
source ${{github.workspace}}/qlever-code/build/conanrun.sh
qlever setup-config olympics
qlever get-data docker.USE_DOCKER=false index index-stats
qlever docker.USE_DOCKER=false start status example-query stop restart example-query stop status start example-query status stop
qlever docker.USE_DOCKER=false start status test-query stop restart test-query stop status start test-query status stop
ls -lh
8 changes: 4 additions & 4 deletions .github/workflows/end-to-end-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ jobs:
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
mkdir -p ${{github.workspace}}/qlever-indices/olympics.1 && cd $_
qlever setup-config olympics
unbuffer qlever get-data docker.USE_DOCKER=true index index-stats start status example-query restart status example-query stop status start stop start example-query stop status
unbuffer qlever get-data docker.USE_DOCKER=true index index-stats start status test-query restart status test-query stop status start stop start test-query stop status
ls -lh
- name: Test actions for olympics dataset, without Docker
run: |
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
mkdir -p ${{github.workspace}}/qlever-indices/olympics.2 && cd $_
qlever setup-config olympics
qlever get-data docker.USE_DOCKER=false index index-stats start status example-query restart status example-query stop status start stop start example-query stop status
qlever get-data docker.USE_DOCKER=false index index-stats start status test-query restart status test-query stop status start stop start test-query stop status
ls -lh
- name: Test actions for olympics dataset, with and without Docker
Expand All @@ -80,8 +80,8 @@ jobs:
mkdir -p ${{github.workspace}}/qlever-indices/olympics.3 && cd $_
qlever setup-config olympics
qlever get-data index index-stats
qlever docker.USE_DOCKER=false start status example-query
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 example-query
unbuffer qlever docker.USE_DOCKER=true restart status test-query
qlever docker.USE_DOCKER=false stop status
ls -lh

0 comments on commit 9800d61

Please sign in to comment.