Skip to content

chore(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 #80

chore(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0

chore(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 #80

Workflow file for this run

name: Integration Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Gos
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install tox
run: pip install tox
- name: Integrate Test
run: make test-integration