Skip to content

init ci

init ci #4

name: integration-test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
- uses: actions/checkout@v3
- name: Build
run: make build-test-so-local
- name: Test
run: make integration-test
- name: Upload logs
uses: actions/upload-artifact@v3
if: failure()
with:
name: ci-logs
path: ./test-envoy