Skip to content

Commit 1f22797

Browse files
committed
wip
1 parent dd40267 commit 1f22797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# TODO(DONT MERGE): just test core here
6161
- name: yarn unit-core
6262
if: ${{ matrix.node != env.LATEST_NODE }}
63-
run: xvfb-run --auto-servernum yarn unit:ci
63+
run: xvfb-run --auto-servernum yarn unit-core
6464

6565
# Only gather coverage on latest node, where c8 is the most accurate.
6666
- name: yarn unit:coverage

0 commit comments

Comments
 (0)