Skip to content

bump up version

bump up version #10

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
name: Build and test workflow
on:
pull_request:
branches:
- develop-onf
push:
branches:
- develop-onf
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: make docker-build #intentionally use docker-build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit tests
run: make test