Skip to content

Commit ad13e7d

Browse files
authored
chore: Fix deprecation warning from yarn
1 parent 516bb31 commit ad13e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: yarn install --frozen-lockfile --non-interactive
3737

3838
- name: Unit tests
39-
run: yarn test -- --ci
39+
run: yarn test --ci
4040

4141
lint:
4242
name: Lint

0 commit comments

Comments
 (0)