Make test run faster && onboarding PR test as well
Some checks failed
Test Renovate Config / e2e-renovate (pull_request) Failing after 2m44s

This commit is contained in:
2025-11-22 15:28:29 +01:00
parent 0cfc699af7
commit 425a6fa692
3 changed files with 129 additions and 84 deletions

View File

@@ -6,24 +6,24 @@ 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
needs: test-renovate
# needs: test-renovate
container: ghcr.io/renovatebot/renovate:42.8.1
steps:
- name: Checkout