File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 with :
2323 node-version : ' 20.x'
2424
25- - name : Build Fullstack Demo with Node.js
25+ - name : Test Fullstack Demo with Node.js
2626 working-directory : ./lib/javascript/fullstack_demo
2727 env :
2828 NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
2929 run : |
3030 npm ci
31- npm run build
31+ npm run test
Original file line number Diff line number Diff line change @@ -159,10 +159,10 @@ jobs:
159159 CLERK_SECRET_KEY : 12345
160160 run : ./gradlew check
161161
162- - name : Build Fullstack Demo with Node.js
162+ - name : Test Fullstack Demo with Node.js
163163 working-directory : ./lib/javascript/fullstack_demo
164164 env :
165165 NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
166166 run : |
167167 npm ci
168- npm run build
168+ npm run test
You can’t perform that action at this time.
0 commit comments