Skip to content

Commit 9a4f5ea

Browse files
authored
fix: removes broken gh action check (#12)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 6d60200 commit 9a4f5ea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/check_push.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ jobs:
6767
CLERK_SECRET_KEY: 12345
6868
run: ./gradlew check
6969

70-
- name: Test Fullstack Demo with Node.js
71-
working-directory: ./lib/javascript/fullstack_demo
72-
env:
73-
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY }}
74-
run: |
75-
npm ci
76-
npm run test
77-
7870
- name: Build Lesson 02 with Node.js
7971
working-directory: ./lesson_02/quiz
8072
run: |

0 commit comments

Comments
 (0)