Skip to content

Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 #630

Bump github.com/onsi/gomega from 1.28.0 to 1.28.1

Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 #630

Workflow file for this run

---
name: Unit Tests
on:
push:
tags-ignore:
- "**"
branches:
- main
pull_request:
branches:
- main
jobs:
test-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Run Unit Tests
run: make test-unit