Skip to content

fix: Ignore NRF URI containing a specific IP on registration (#26) #10

fix: Ignore NRF URI containing a specific IP on registration (#26)

fix: Ignore NRF URI containing a specific IP on registration (#26) #10

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 Canonical Ltd.
name: Master workflow
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: go build
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Unit tests
run: go test ./...