Minor correction

This commit is contained in:
netkas 2024-10-07 11:56:59 -04:00
parent 96797a17bc
commit 5e6cc4c827

View file

@ -131,7 +131,7 @@ jobs:
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
run: echo "${{ secrets.TELEGRAM_TEST_TOKEN }}" > tests/token.txt
- name: Run PHPUnit tests
run: |