Skip to content

(misc) Use ginkgo provided contexts #1287

(misc) Use ginkgo provided contexts

(misc) Use ginkgo provided contexts #1287

Workflow file for this run

name: Integration Tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go: ["1.23"]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{matrix.go}}
- name: Integration Tests
shell: bash
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
ginkgo --keep-going -vet=off -r integration