Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Dmitri Shimanski
2025-03-19 14:38:32 +02:00
2 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,9 @@ on:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
env:
"telegram_test_token": ${{secrets.TELEGRAM_TEST_TOKEN}}
jobs:
build:
runs-on: ubuntu-latest
@@ -18,6 +20,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore /p:TreatWarningsAsErrors=false
- name: Test
run: dotnet test --no-build --verbosity normal

View File

@@ -1,3 +1,3 @@
{
"telegram_test_token": "7994961223:AAEx8olljS-CoeFa1L0EJeW-MBlEQXuov2U"
}
"_telegram_test_token": "PROVIDE_YOUR_TOKEN"
}