Skip to content

Commit

Permalink
Update cron-jobs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Sep 24, 2024
1 parent a2c00fb commit 5bde4ea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Security and quality nightly scan

on:
schedule:
- cron: '0 10 * * *'
pull_request:
# schedule:
# - cron: '0 10 * * *'

permissions:
contents: read

jobs:
TICS:
permissions:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
# TICS requires us to have the test results in cobertura xml format under the
# directory use below
make go.unit
sudo make go.unit
go install github.com/boumenot/gocover-cobertura@latest
gocover-cobertura < coverage.txt > coverage.xml
mkdir .coverage
Expand All @@ -62,7 +63,7 @@ jobs:
# will try to build parts of the project itself
sudo add-apt-repository -y ppa:dqlite/dev
sudo apt install dqlite-tools libdqlite-dev -y
make clean
sudo make clean
go build -a ./...
TICSQServer -project k8s-snap -tmpdir /tmp/tics -branchdir $HOME/work/k8s-snap/k8s-snap/
Expand Down

0 comments on commit 5bde4ea

Please sign in to comment.