Skip to content

build(deps): bump fedora-minimal from b676cdd to 0f84081 #126

build(deps): bump fedora-minimal from b676cdd to 0f84081

build(deps): bump fedora-minimal from b676cdd to 0f84081 #126

Workflow file for this run

name: olm
on:
push:
branches:
- main
pull_request:
env:
GO_VERSION: '1.19'
KIND_IMG_TAG: v1.25.0
permissions:
actions: none
checks: none
contents: none
deployments: none
id-token: none
issues: none
discussions: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
jobs:
main:
name: tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Download binaries
run: |
mkdir -p ${GITHUB_WORKSPACE}/build
echo "${GITHUB_WORKSPACE}/build" >> ${GITHUB_PATH}
make operator-sdk
make opm
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
go-version: ${{ env.GO_VERSION }}
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y libseccomp-dev libelf-dev libapparmor-dev
sudo hack/install-libbpf.sh
- name: Create and verify bundle
run: |
make verify-bundle
- name: Create and set up K8s KinD Cluster
run: |
./hack/kind-with-registry.sh
- name: Run the tests
run: ./hack/ci/e2e-olm.sh