Skip to content

Commit 1167bef

Browse files
committed
chore: updates build action
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 7c4920b commit 1167bef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check_fullstack_demo_ts_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/check_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)