Skip to content

Report MTP test results as GitHub Actions annotations #197

Report MTP test results as GitHub Actions annotations

Report MTP test results as GitHub Actions annotations #197

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
paths-ignore:
- '**/*.md'
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup .NET
uses: actions/setup-dotnet@v6
with:
dotnet-version: |
10.0.x
11.0.x
- name: Build & Test
run: dotnet run --project build -- test
env:
Slackbot_SlackApiKey_BotUser: ${{ secrets.SLACKBOT_SLACKAPIKEY_BOTUSER }}
Slackbot_SlackApiKey_SlackApp: ${{ secrets.SLACKBOT_SLACKAPIKEY_SLACKAPP }}