Skip to content

feat(siren): add hard check on child receiver type creation #31

feat(siren): add hard check on child receiver type creation

feat(siren): add hard check on child receiver type creation #31

Workflow file for this run

name: End-to-end Test
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
end-to-end:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Install dependencies
run: go mod tidy
- name: Test end-to-end
run: make e2e-test