Minor correction

This commit is contained in:
netkas 2024-10-14 15:42:53 -04:00
parent d875d7282d
commit 64e40f62cb

View file

@ -428,7 +428,6 @@ jobs:
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