We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9059d2c commit 80671c6Copy full SHA for 80671c6
.github/workflows/main.yml
@@ -40,6 +40,8 @@ jobs:
40
restore-keys: ${{ runner.os }}-gradle
41
42
- name: Run tests and generate Jacoco report
43
+ env:
44
+ TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
45
run: ./gradlew test jacocoTestReport --no-daemon
46
47
- name: Build and SonarQube analyze
0 commit comments