Skip to content

- Consider cloudLicenseEnabled only if license is empty. If license i… #3313

- Consider cloudLicenseEnabled only if license is empty. If license i…

- Consider cloudLicenseEnabled only if license is empty. If license i… #3313

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: Test
jobs:
run-unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3