Added back dry-run test
All checks were successful
Test Renovate Config / test-renovate (pull_request) Successful in 51s
Test Renovate Config / e2e-renovate (pull_request) Successful in 2m40s

This commit is contained in:
2025-11-22 16:20:47 +01:00
parent 75d46ea277
commit 4bdd1320c2
2 changed files with 59 additions and 59 deletions

View File

@@ -6,20 +6,20 @@ on:
pull_request:
jobs:
# test-renovate:
# runs-on: ubuntu-latest
# container: ghcr.io/renovatebot/renovate:42.8.1
# steps:
# - name: Checkout
# uses: actions/checkout@v5.0.0
test-renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42.8.1
steps:
- name: Checkout
uses: actions/checkout@v5.0.0
# - name: Run Renovate Test Script
# run: bash scripts/test-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 }}
- name: Run Renovate Test Script
run: bash scripts/test-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 }}
e2e-renovate:
runs-on: ubuntu-latest