Skip to content

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1763362218 #2607

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1763362218

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.7-1763362218 #2607

name: pull request - e2e tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
e2e-tests:
name: e2e-tests
runs-on: ubuntu-latest
steps:
- name: install make
run: sudo apt-get install make
- name: set up go 1.x
uses: actions/setup-go@v3
with:
go-version: '1.24'
- name: checkout
uses: actions/checkout@v3
- name: run build
run: make build
- name: run end-to-end tests
run: make tests-e2e