Skip to content

Commit abe93b6

Browse files
committed
Improve build step names
1 parent fb158d9 commit abe93b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@ jobs:
336336
run: ./scripts/test_syntax.sh
337337
shell: bash
338338

339-
- name: Build runtime/stdlib with rewatch
339+
- name: Build @rescript/runtime
340340
run: yarn workspace @rescript/runtime rescript build
341341
shell: bash
342342

343-
- name: Check for changes in lib folder
343+
- name: Check for changes in @rescript/runtime/lib
344344
run: git diff --exit-code lib/js lib/es6
345345
working-directory: packages/@rescript/runtime
346346

0 commit comments

Comments
 (0)