test(Discord) Added test logs to discord and start of discord chat bot
This commit is contained in:
@@ -46,4 +46,6 @@ jobs:
|
||||
dotnet-version: 6.0.*
|
||||
- run: dotnet restore
|
||||
- run: dotnet build --no-restore
|
||||
- run: dotnet test --no-build --verbosity normal
|
||||
- run: dotnet test --no-build --verbosity normal
|
||||
env:
|
||||
TEST_HOOK: ${{ secrets.TEST_HOOK }}
|
||||
@@ -1,25 +0,0 @@
|
||||
name: Run Development Tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
logLevel:
|
||||
description: 'Log level'
|
||||
required: true
|
||||
default: 'warning'
|
||||
tags:
|
||||
description: 'Test scenario tags'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v2
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
- name: Change Directory
|
||||
run: cd TestAutomation | dotnet restore |dotnet build --no-restore | dotnet test --no-build --verbosity normal
|
||||
Reference in New Issue
Block a user