Skip to content

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.20.0 (#108) #158

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.20.0 (#108)

chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.20.0 (#108) #158

name: Integration Test
on:
pull_request:
branches:
- "master"
push:
branches:
- "master"
permissions: read-all
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Run integration tests
run: |
make integration-test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: ./test/integration/cover.out
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}