Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.0 #15

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.0

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.13.0 #15

Workflow file for this run

name: Build and Test CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
go-build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Build
run: make build
- name: Test
run: make test
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: make docker-build