Skip to content

add link to our security mailing list #66

add link to our security mailing list

add link to our security mailing list #66

# **************************************************************************
# Copyright (c) Cloud Native Foundation.
# SPDX-License-Identifier: Apache-2.0
# **************************************************************************
name: Unit Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
unit-tests:
name: Run Unit Tests
strategy:
matrix:
platform: ["ubuntu-latest", "windows-latest"]
runs-on: ${{ matrix.platform }}
timeout-minutes: 10
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run Tests
shell: pwsh
run: ./build.ps1 -TestsType unit -ExitProcess