Skip to content

Updates envoy configs, uses nottinygc #23

Updates envoy configs, uses nottinygc

Updates envoy configs, uses nottinygc #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- "**/*.md"
- "LICENSE"
pull_request:
paths-ignore:
- "**/*.md"
- "LICENSE"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: v1.20.x
cache: true
- name: Install tinygo
uses: acifani/setup-tinygo@v1
with:
tinygo-version: '0.30.0'
- name: Build binary
run: go run mage.go build
- name: Run tests
run: go run mage.go test
- name: Run e2e tests
run: go run mage.go e2e