ci: add test configuration for the e2e test and example

This commit is contained in:
Jeroen de Bruijn 2020-03-18 22:13:45 +01:00
parent 26124b07e4
commit 3ff327a8cc
No known key found for this signature in database
GPG key ID: 7D12D6AB2A547EBB
2 changed files with 12 additions and 0 deletions

View file

@ -14,5 +14,9 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
- name: ls
run: npm ci
- name: Renovate - name: Renovate
uses: ./ uses: ./
with:
configurationFile: 'test/config.js'

8
test/config.js Normal file
View file

@ -0,0 +1,8 @@
module.exports = {
platform: 'github',
logFileLevel: 'warn',
logLevel: 'debug',
onboarding: false,
dryRun: true,
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
};