Skip to content

fix(deps): update module github.com/onsi/gomega to v1.39.1 (#168) #552

fix(deps): update module github.com/onsi/gomega to v1.39.1 (#168)

fix(deps): update module github.com/onsi/gomega to v1.39.1 (#168) #552

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
paths-ignore:
- README.md
pull_request:
branches:
- main
paths-ignore:
- README.md
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
unit-and-integration-tests:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: |
make test