We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab89a2a commit 0216955Copy full SHA for 0216955
1 file changed
.github/workflows/coverage.yml
@@ -1,7 +1,7 @@
1
name: Test coverage
2
on:
3
schedule:
4
- - cron: "0 22 * * 6"
+ - cron: "0 22 * * 5"
5
6
jobs:
7
test:
@@ -119,7 +119,7 @@ jobs:
119
run: sudo pip3 install pylint
120
121
- name: Install JS dependencies
122
- run: yarn install --immutable
+ run: yarn install
123
124
- name: Produce TICS report
125
shell: bash
@@ -129,3 +129,4 @@ jobs:
129
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
130
. ./install_tics.sh
131
TICSQServer -project snapcraft.io -tmpdir /tmp/tics -branchdir .
132
+
0 commit comments