Skip to content

Commit 5f8d637

Browse files
order doesnt seem to matter but why not
1 parent e279ef3 commit 5f8d637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
THREADS_DEBUG: false
3838
run: harperdb install
3939

40-
- name: Add prebuilt flag to config
41-
run: yq e '.["@harperdb/nextjs"].prebuilt = true' -i config.yaml
42-
4340
- name: Build project
4441
run: npm run build
4542

43+
- name: Add prebuilt flag to config
44+
run: yq e '.["@harperdb/nextjs"].prebuilt = true' -i config.yaml
45+
4646
- name: Upload HarperDB logs
4747
if: always()
4848
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)