Skip to content

Commit

Permalink
chore: fixes push actions (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydmays authored Dec 14, 2024
1 parent a2a5bcf commit 4a0a062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
working-directory: ./lib/java/fullstack_demo
env:
CLERK_PERISHABLE_KEY: 12345
CLERK_SECRET_KEY: 12345
run: ./gradlew check

- name: Build Fullstack Demo with Node.js
Expand All @@ -164,4 +165,4 @@ jobs:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
run: |
npm ci
npm run build
npm run build

0 comments on commit 4a0a062

Please sign in to comment.