Skip to content

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 #143

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0

chore(dependabot): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 #143

Workflow file for this run

name: Unit Test modulectl
on:
pull_request:
branches:
- main
- 'release-**'
workflow_dispatch:
jobs:
unit-test:
name: Unit Test modulectl
runs-on: ubuntu-latest
steps:
- name: Checkout modulectl
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- name: Run Unit Tests
run: make test