Skip to content

Commit 8180b26

Browse files
committed
Move dependancy up one level
1 parent 0d424e7 commit 8180b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
6060
test-matrix:
6161
runs-on: ubuntu-latest
62+
needs: generate-data
6263
strategy:
6364
fail-fast: false
6465
matrix:
@@ -76,7 +77,6 @@ jobs:
7677

7778
- name: Download cached TPC-H dataset
7879
id: restore-tpch-dataset
79-
needs: generate-data
8080
uses: actions/cache/restore@v3
8181
with:
8282
path: /data

0 commit comments

Comments
 (0)