Skip to content

deps: bump github.com/rh-ecosystem-edge/eco-goinfra (#1336) #5313

deps: bump github.com/rh-ecosystem-edge/eco-goinfra (#1336)

deps: bump github.com/rh-ecosystem-edge/eco-goinfra (#1336) #5313

Workflow file for this run

name: Makefile CI
on:
workflow_call:
workflow_dispatch:
push:
pull_request:
branches:
- main
- 'release-\d.\d\d'
jobs:
build:
runs-on: ubuntu-latest
env:
SHELL: /bin/bash
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run lint
run: make lint
- name: Install
run: make install-ginkgo
- name: Run ginkgo Dry Run
run: ginkgo run -vv -r --dry-run ./tests/
env:
ECO_DRY_RUN: true
- name: Run unit tests
run: make test