Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 #527

Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2

Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 #527

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
paths-ignore:
- ".git**"
- README.md
- docs
workflow_dispatch:
jobs:
test-go:
name: Test Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make unit_tests
- run: make integration_tests
timeout-minutes: 15
env:
ROUTER_MONGO_URL: 127.0.0.1
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0