mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
ci: add test configuration for the e2e test and example
This commit is contained in:
parent
26124b07e4
commit
3ff327a8cc
2 changed files with 12 additions and 0 deletions
4
.github/workflows/example-basic.yml
vendored
4
.github/workflows/example-basic.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue