Skip to content

build(deps): Bump github.com/onsi/gomega from 1.41.0 to 1.42.0 #1152

build(deps): Bump github.com/onsi/gomega from 1.41.0 to 1.42.0

build(deps): Bump github.com/onsi/gomega from 1.41.0 to 1.42.0 #1152

Workflow file for this run

name: E2E Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test-e2e:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Install dependences
run: make kind ginkgo setup-test-e2e
- name: Verify kind installation
run: kind version
- name: Running Test e2e
run: |
go mod tidy
make test-e2e