Skip to content

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #15

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #15

name: "Integration tests"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
integration-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.21
- uses: actions/checkout@v2.4.0
- name: "Run integration tests"
run: make integration-test INTEGRATION_OUTPUT_JUNIT="true"