Skip to content

feat: more integration tests #16

feat: more integration tests

feat: more integration tests #16

Workflow file for this run

name: Integration
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.20"
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run integration tests
run: make integration-tests