Skip to content

Commit 6800037

Browse files
fix(etl): any failure will interrupt the ETL and have status code = 1; also improved warning messages and redirected to log file
1 parent 8b50853 commit 6800037

5 files changed

Lines changed: 515 additions & 17 deletions

File tree

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
npx playwright install --with-deps
5252
5353
- name: Run ETL
54-
run: npm run etl
54+
run: ./etl.sh
5555

5656
- name: Test
5757
run: npm test

0 commit comments

Comments
 (0)