Skip to content

feat/local-setup

feat/local-setup #292

Workflow file for this run

name: test-e2e
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
- uses: actions/cache@v2
with:
path: ./bin
key: ${{ runner.os }}-bin
- name: Run test-e2e
run: make test-e2e