Skip to content

Commit 014d38d

Browse files
committed
fix: Fix TiCS action
1 parent ab89a2a commit 014d38d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test coverage
22
on:
33
schedule:
4-
- cron: "0 22 * * 6"
4+
- cron: "0 22 * * 5"
55

66
jobs:
77
test:
@@ -119,7 +119,7 @@ jobs:
119119
run: sudo pip3 install pylint
120120

121121
- name: Install JS dependencies
122-
run: yarn install --immutable
122+
run: yarn install
123123

124124
- name: Produce TICS report
125125
shell: bash

0 commit comments

Comments
 (0)