Skip to content

Commit

Permalink
Patha patha
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Sep 17, 2023
1 parent 9e81481 commit ed5f8a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/end-to-end-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
- name: Check that everything is found and runs
run: |
mkdir qlever-indices
pwd && ls -lh
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
source qlever-code/build/conanrun.sh
Expand All @@ -64,11 +63,9 @@ jobs:
qlever
- name: Test actions for olympics dataset, without Docker
working-directory: ${{github.workspace}}/qlever-indices/olympics
run: |
ls -lh ${{github.workspace}}
export PATH="$PATH:${{github.workspace}}/qlever-control:${{github.workspace}}/qlever-binaries"
echo $PATH
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
mkdir -p ${{github.workspace}}/qlever-indices/olympics && cd $_
source $${github.workspace}}/qlever-code/build/conanrun.sh
unbuffer qlever setup-config olympics
unbuffer qlever get-data docker.USE_DOCKER=false index index-stats
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/end-to-end-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,25 @@ jobs:
qlever
- name: Test actions for olympics dataset, with Docker
working-directory: ${{github.workspace}}/qlever-indices/olympics.1
run: |
ls -lh ${{github.workspace}}
export PATH="$PATH:${{github.workspace}}/qlever-control:${{github.workspace}}/qlever-binaries"
echo $PATH
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
mkdir -p ${{github.workspace}}/qlever-indices/olympics.1 && cd $_
unbuffer qlever setup-config olympics
unbuffer qlever get-data docker.USE_DOCKER=true index index-stats start status stop status
ls -lh
- name: Test actions for olympics dataset, without Docker
working-directory: ${{github.workspace}}/qlever-indices/olympics.2
run: |
export PATH="$PATH:${{github.workspace}}/qlever-control:${{github.workspace}}/qlever-binaries"
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
mkdir -p ${{github.workspace}}/qlever-indices/olympics.2 && cd $_
unbuffer qlever setup-config olympics
unbuffer qlever get-data docker.USE_DOCKER=false index index-stats start status stop status
ls -lh
- name: Test actions for olympics dataset, with and without Docker
working-directory: ${{github.workspace}}/qlever-indices/olympics.3
run: |
export PATH="$PATH:${{github.workspace}}/qlever-control:${{github.workspace}}/qlever-binaries"
export PATH="$PATH:$(pwd)/qlever-control:$(pwd)/qlever-binaries"
mkdir -p ${{github.workspace}}/qlever-indices/olympics.3 && cd $_
unbuffer qlever setup-config olympics
unbuffer qlever.py get-data index index-stats
unbuffer qlever docker.USE_DOCKER=false start status
Expand Down

0 comments on commit ed5f8a6

Please sign in to comment.