Skip to content

Commit

Permalink
fix: Dashboard main should also setup protoc (risingwavelabs#8717)
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 authored Mar 22, 2023
1 parent c34ffc1 commit 669087e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dashboard_main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Dashboard (main)
on:
push:
branches: [main]
paths: [dashboard/**]
branches: [ main ]
paths: [ dashboard/** ]
jobs:
dashboard-ui-deploy:
runs-on: ubuntu-latest
Expand All @@ -11,6 +11,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18'
- uses: arduino/setup-protoc@v1
with:
version: "3.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: build
working-directory: ./dashboard
run: |
Expand Down

0 comments on commit 669087e

Please sign in to comment.