Skip to content

Bump github.com/onsi/gomega from 1.27.6 to 1.27.10 #445

Bump github.com/onsi/gomega from 1.27.6 to 1.27.10

Bump github.com/onsi/gomega from 1.27.6 to 1.27.10 #445

Workflow file for this run

---
on:
pull_request:
branches:
- main
push:
branches:
- main
name: End-to-End (E2E) Tests
jobs:
test-e2e:
strategy:
fail-fast: true
matrix:
kubernetes:
- v1.23.10
max-parallel: 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Go and ko
uses: ./.github/actions/setup
- uses: helm/[email protected]
with:
version: v0.15.0
node_image: kindest/node:${{ matrix.kubernetes }}
cluster_name: kind
config: test/kind/config.yaml
wait: 120s
- uses: shipwright-io/setup@v1
with:
tekton-version: v0.38.3
shipwright-ref: v0.11.0
cli-ref: _ignore
- name: CLI Build (shp)
run: make build
- name: End-to-End Tests
run: make test-e2e