Skip to content

feat(edgeconfigs): add support for edge configurations EE-5417 #24

feat(edgeconfigs): add support for edge configurations EE-5417

feat(edgeconfigs): add support for edge configurations EE-5417 #24

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
env:
GOPRIVATE: "github.com/portainer"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.5
- name: Run tests
run: make test