Updated ncc_workflow.yml

This commit is contained in:
netkas 2024-10-14 14:38:50 -04:00
parent 1a130d948c
commit 1dd3be5802

View file

@ -424,6 +424,9 @@ jobs:
run: |
ncc package install --package="release/net.nosial.tgbotlib.ncc" --build-source --reinstall -y --log-level debug
- name: Export token.txt
run: echo "${{ secrets.TELEGRAM_TEST_TOKEN }}" > tests/token.txt
- name: Run PHPUnit tests
run: |
wget https://phar.phpunit.de/phpunit-11.3.phar