Skip to content

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1739420147 #301

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1739420147

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1739420147 #301

Workflow file for this run

name: E2E Testing with Kind
on:
workflow_call:
pull_request:
branches: ['main']
jobs:
e2e-test:
name: E2E Test Inventory API
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Inventory Up - Kind Cluster
run: make inventory-up-kind
- name: Verify E2E test results
run: make check-e2e-tests
- name: Inventory Down - Kind Cluster
run: make inventory-down-kind