Skip to content

Allow DSPO test suite be running with RHOAI #1018

Allow DSPO test suite be running with RHOAI

Allow DSPO test suite be running with RHOAI #1018

Workflow file for this run

name: Functional Tests
on:
pull_request:
jobs:
functest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Run Functional Tests
env:
SSL_CERT_FILE: ${{ github.workspace }}/controllers/testdata/tls/ca-bundle.crt
run: make functest