Skip to content

Commit 0216955

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 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
@@ -129,3 +129,4 @@ jobs:
129129
curl --silent --show-error "https://canonical.tiobe.com/tiobeweb/TICS/api/public/v1/fapi/installtics/Script?cfg=default&platform=linux&url=https://canonical.tiobe.com/tiobeweb/TICS/" > install_tics.sh
130130
. ./install_tics.sh
131131
TICSQServer -project snapcraft.io -tmpdir /tmp/tics -branchdir .
132+

0 commit comments

Comments
 (0)