Updated ncc_workflow.yml
This commit is contained in:
parent
23aa1ace92
commit
ac1234d1e5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ncc_workflow.yml
vendored
3
.github/workflows/ncc_workflow.yml
vendored
|
@ -130,6 +130,9 @@ jobs:
|
|||
run: |
|
||||
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
|
||||
|
||||
- name: Run PHPUnit tests
|
||||
run: |
|
||||
wget https://phar.phpunit.de/phpunit-11.3.phar
|
||||
|
|
Loading…
Add table
Reference in a new issue