Minor correction
This commit is contained in:
parent
868d2d3748
commit
d875d7282d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ncc_workflow.yml
vendored
4
.github/workflows/ncc_workflow.yml
vendored
|
@ -427,6 +427,10 @@ jobs:
|
|||
run: |
|
||||
ncc package install --package="release/net.nosial.tgbotlib.ncc" --build-source --reinstall -y --log-level debug
|
||||
|
||||
- name: Export token.txt
|
||||
run: |
|
||||
run: echo "${{ secrets.TELEGRAM_TEST_TOKEN }}" > tests/token.txt
|
||||
|
||||
- name: Run PHPUnit tests
|
||||
run: |
|
||||
wget https://phar.phpunit.de/phpunit-11.3.phar
|
||||
|
|
Loading…
Add table
Reference in a new issue