wip: test path setup

This commit is contained in:
Wlad Meixner
2023-10-01 11:44:28 +02:00
parent 88b3a44c56
commit 4b95893d6c
+2 -2
View File
@@ -32,11 +32,11 @@ jobs:
with:
patterns: benchmark/paper
repository: tum-db/partitioned-filters
path: /dataset
path: ./dataset
- name: Copy dataset data into build context
run: |
cp /dataset/benchmark/paper ./static/dataset
cp ./dataset/benchmark/paper ./static/dataset
- name: Temporary check
run: |