Skip to content

Commit 80671c6

Browse files
changed main.yml
1 parent 9059d2c commit 80671c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
restore-keys: ${{ runner.os }}-gradle
4141

4242
- name: Run tests and generate Jacoco report
43+
env:
44+
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
4345
run: ./gradlew test jacocoTestReport --no-daemon
4446

4547
- name: Build and SonarQube analyze

0 commit comments

Comments
 (0)