Skip to content

Bump github.com/onsi/gomega from 1.36.1 to 1.38.0 #91

Bump github.com/onsi/gomega from 1.36.1 to 1.38.0

Bump github.com/onsi/gomega from 1.36.1 to 1.38.0 #91

Workflow file for this run

name: Run unit and integration tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Running Tests
run: |
go mod tidy
make test