Skip to content

Commit c8e2941

Browse files
committed
fix actions
1 parent 8fbccba commit c8e2941

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci_apps_hightable_demo.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- run: npm i
32-
- run: npm run build
33-
working-directory: ./packages/utils
34-
- run: npm run build
35-
working-directory: ./packages/components
3632
- run: npm run coverage
3733

3834
buildcheck:

.github/workflows/ci_apps_hyparquet_demo.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
- run: npm i
3636
- run: npm run build
3737
working-directory: ./packages/utils
38-
- run: npm run build
39-
working-directory: ./packages/components
4038
- run: npm run coverage
4139

4240
buildcheck:

0 commit comments

Comments
 (0)