Skip to content

build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.1 #402

build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.1

build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.1 #402

Workflow file for this run

name: build-and-test
on:
push:
branches:
- main
pull_request:
jobs:
build-selinuxd:
runs-on: ubuntu-latest
strategy:
matrix:
ubi: ["8", "9"]
container:
image: registry.access.redhat.com/ubi${{ matrix.ubi }}/ubi:latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: dnf -y install container-selinux go-toolset make findutils git-core
- name: build selinuxd
run: |
make
make test