Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Update README.md - Add deprecation notice (#77) #72

Update README.md - Add deprecation notice (#77)

Update README.md - Add deprecation notice (#77) #72

Workflow file for this run

name: e2e
on:
pull_request: {}
push: {}
jobs:
unit:
name: e2e
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run e2e tests
run: make test-e2e