Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 19, 2023
1 parent ea5b7fb commit 941eb40
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ jobs:
${{ runner.os }}-duckdb-
- name: Build DuckDB shell
uses: duckdb/[email protected]
with:
script: |-
run: |
ccache -z
./scripts/build_duckdb_shell.sh
ccache -s
Expand Down Expand Up @@ -222,9 +220,7 @@ jobs:
[ -f duckdb.patch ] && cd submodules/duckdb && git apply ../../duckdb.patch || echo "No patching needed"
- name: Prepare environment
uses: duckdb/[email protected]
with:
script: |-
run: |
mkdir -p ./lib/build/debug ./reports
./scripts/generate_tpch_tbl.sh 0.01
./scripts/generate_tpch_arrow.sh 0.01
Expand Down Expand Up @@ -996,9 +992,8 @@ jobs:
(cd ./submodules/duckdb && git fetch --all --tags)
- name: Prepare environment
uses: duckdb/[email protected]
with:
script: |-
shell: bash
run: |
git config --global --add safe.directory '*'
mkdir -p ./lib/build/wasm/release ./reports
yarn install --frozen-lockfile
Expand Down

0 comments on commit 941eb40

Please sign in to comment.