We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c150a commit 1e1eb06Copy full SHA for 1e1eb06
.github/workflows/frontend-ci.yml
@@ -49,6 +49,7 @@ jobs:
49
50
npm-tests-demo:
51
runs-on: ubuntu-latest
52
+ needs: npm-tests-lib
53
strategy:
54
matrix:
55
node-version: [18.x, 20.x]
.github/workflows/publish-frontend.yml
@@ -44,6 +44,7 @@ jobs:
44
45
46
47
48
0 commit comments