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