Skip to content

K8SPS-867 version service and smart update e2e tests should use the actual latest and minimum supported mysql versions #5305

K8SPS-867 version service and smart update e2e tests should use the actual latest and minimum supported mysql versions

K8SPS-867 version service and smart update e2e tests should use the actual latest and minimum supported mysql versions #5305

Workflow file for this run

name: Run tests
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Setup Go
uses: actions/setup-go@v7
with:
go-version: "^1.26"
- name: Perform the test
run: make test