Skip to content

chore(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.5 #123

chore(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.5

chore(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.5 #123

name: Integration Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Build CLI
run: make build-cli
- name: Run Integration Tests
env:
OMS_PORTAL_API_KEY: ${{ secrets.OMS_PORTAL_API_KEY }}
OMS_PORTAL_API: ${{ secrets.OMS_PORTAL_API }}
run: make test-integration