Skip to content

Commit 1e1eb06

Browse files
authored
Fix Demo Build Error (#97)
* Update frontend-ci.yml * Update publish-frontend.yml
1 parent 90c150a commit 1e1eb06

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/frontend-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949

5050
npm-tests-demo:
5151
runs-on: ubuntu-latest
52+
needs: npm-tests-lib
5253
strategy:
5354
matrix:
5455
node-version: [18.x, 20.x]

.github/workflows/publish-frontend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
npm-tests-demo:
4646
runs-on: ubuntu-latest
47+
needs: npm-tests-lib
4748
strategy:
4849
matrix:
4950
node-version: [18.x, 20.x]

0 commit comments

Comments
 (0)