Skip to content

[BREAKING] fxconfig: create MSP-based namespace policies #152

[BREAKING] fxconfig: create MSP-based namespace policies

[BREAKING] fxconfig: create MSP-based namespace policies #152

Workflow file for this run

#
# Copyright IBM Corp. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
name: Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Generate test artifacts
run: make generate
- name: Run unit tests
run: make test