Added e2e test
All checks were successful
Test Renovate Config / test-renovate (pull_request) Successful in 48s
All checks were successful
Test Renovate Config / test-renovate (pull_request) Successful in 48s
This commit is contained in:
25
.gitea/workflows/e2e-test.yaml
Normal file
25
.gitea/workflows/e2e-test.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: E2E Renovate Test
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Test Renovate Config"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
e2e-renovate:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
container: ghcr.io/renovatebot/renovate:42.8.1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.0
|
||||
with:
|
||||
ref: ${{ github.event.workflow_run.head_branch }}
|
||||
|
||||
- name: Run Renovate E2E Script
|
||||
run: bash scripts/e2e-renovate.sh
|
||||
env:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/kovagoadi.hu/Renovate/renovate-config.js"
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TEST_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user