Skip to content

Commit 010235d

Browse files
authored
chore: fix actions commands (#686)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent ae19a9f commit 010235d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ jobs:
143143
run: ./gradlew check
144144

145145
- name: Build Fullstack Demo with Java
146-
working-directory: ./lib/java/fullstack-demo
146+
working-directory: ./lib/java/fullstack_demo
147147
run: ./gradlew check
148148

149149
- name: Build Fullstack Demo with Node.js
150-
working-directory: ./lib/typescript/fullstack-demo
150+
working-directory: ./lib/typescript/fullstack_demo
151151
run: npm ci

0 commit comments

Comments
 (0)