Skip to content

Commit

Permalink
FIX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Sep 17, 2023
1 parent 58ea67b commit 038bd6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name: Automated CI testing
# | grep . | uniq -c filters out empty lines and then groups consecutive lines together with the number of occurrences
on:
workflow_call:
secrets:
# Not mandatory for the time being. In order to ensure all repositories are
# using sonar we should enforce it in future
SONAR_TOKEN:
required: false
GITHUB_TOKEN:
required: false


jobs:
build_backend:
Expand Down

0 comments on commit 038bd6b

Please sign in to comment.