Minor correction

This commit is contained in:
netkas 2024-10-14 15:40:01 -04:00
parent 868d2d3748
commit d875d7282d

View file

@ -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