Skip to content

🌱 Bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1 #101

🌱 Bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1

🌱 Bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1 #101

Workflow file for this run

name: e2e
on:
push:
pull_request:
jobs:
test-e2e:
name: e2e
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Running Test e2e
run: |
go mod tidy
make test-e2e