Skip to content

Commit e70489a

Browse files
run correct data upload
1 parent 4f6f314 commit e70489a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/data-refresh.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,8 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33-
- name: Clear existing mock data
34-
run: rm -rf tests/mocks/data/*
35-
3633
- name: Redownload mock data
37-
run: npx tsx tests/mocks/scripts/redownload-articles.mts
34+
run: npm run redownload
3835
- name: Run tests
3936
id: tests
4037
continue-on-error: true

0 commit comments

Comments
 (0)