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
with:
fetch-depth: 0
- name: ls
run: npm ci
- name: Renovate
uses: ./
with:
configurationFile: 'test/config.js'