Skip to content

Commit ee44a5b

Browse files
committed
ci: fix error
1 parent f2c2482 commit ee44a5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
node-version: 16
8080
- run: bash .ci/install_dependencies.sh
81+
- name: Build local dashboard
8182
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
8283
run: |
8384
cd packages/tdb-dashboard

0 commit comments

Comments
 (0)