Skip to content

fix(edge/stacks): send correct 2.19 payload [EE-5912] #20

fix(edge/stacks): send correct 2.19 payload [EE-5912]

fix(edge/stacks): send correct 2.19 payload [EE-5912] #20

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