Skip to content

feat(ci) : Add e2e test #1

feat(ci) : Add e2e test

feat(ci) : Add e2e test #1

Workflow file for this run

name: E2E Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
go-version: ['1.20','1.21']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Setup Server
run: cd testdata/ciserver && go run main.go