Skip to content

Commit

Permalink
Update haupt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncner authored May 24, 2024
1 parent 84f660c commit bc9271b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haupt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ defaults:
shell: bash

env:
SKIP_HYRISE: false
SKIP_MONETDB: false
SKIP_HYRISE: true
SKIP_MONETDB: true
SKIP_DUCKDB: false
SCALE_FACTOR: 0.5
CMAKE_GENERATOR: Ninja
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
make &> /dev/null
./dbgen -s ${{ env.SCALE_FACTOR }} -f
mkdir -p sf${{ env.SCALE_FACTOR }}
chmod +x *.tbl
chmod 644 *.tbl
mv *.tbl sf${{ env.SCALE_FACTOR }}
popd
mv tpch-dbgen ~
Expand Down

0 comments on commit bc9271b

Please sign in to comment.