Skip to content

Resolve ambiguous import issue #68

Resolve ambiguous import issue

Resolve ambiguous import issue #68

name: Run Integration Tests
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
run-integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version-file: .go-version
cache: true
- name: Run dev linux build
run: make dev-linux-only
- name: Integration Tests
run: ./scripts/integration_env.sh