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:
22
22
with :
23
23
node-version : ' 20.x'
24
24
25
- - name : Build Fullstack Demo with Node.js
25
+ - name : Test Fullstack Demo with Node.js
26
26
working-directory : ./lib/javascript/fullstack_demo
27
27
env :
28
28
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
29
29
run : |
30
30
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:
159
159
CLERK_SECRET_KEY : 12345
160
160
run : ./gradlew check
161
161
162
- - name : Build Fullstack Demo with Node.js
162
+ - name : Test Fullstack Demo with Node.js
163
163
working-directory : ./lib/javascript/fullstack_demo
164
164
env :
165
165
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
166
166
run : |
167
167
npm ci
168
- npm run build
168
+ npm run test
You can’t perform that action at this time.
0 commit comments