Skip to content

chore(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.28.0 #63

chore(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.28.0

chore(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.28.0 #63

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@v2
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- 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 }}