Minor correction
This commit is contained in:
parent
96797a17bc
commit
5e6cc4c827
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ncc_workflow.yml
vendored
2
.github/workflows/ncc_workflow.yml
vendored
|
@ -131,7 +131,7 @@ jobs:
|
|||
ncc package install --package="TgBotLib_build/net.nosial.tgbotlib.ncc" --build-source --reinstall -y --log-level debug
|
||||
|
||||
- name: Create token.txt
|
||||
run: echo "${{ secrets.TELEGRAM_TEST_TOKEN }}" > token.txt
|
||||
run: echo "${{ secrets.TELEGRAM_TEST_TOKEN }}" > tests/token.txt
|
||||
|
||||
- name: Run PHPUnit tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue