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

[MCTB-5797] Fix user license reference and add retry logic for event orchestration #27

[MCTB-5797] Fix user license reference and add retry logic for event orchestration

[MCTB-5797] Fix user license reference and add retry logic for event orchestration #27

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@master
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.19'
- name: Install dependencies
run: go mod vendor
- name: Run tests
run: make ci-test