Minor correction
This commit is contained in:
parent
d875d7282d
commit
64e40f62cb
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ncc_workflow.yml
vendored
3
.github/workflows/ncc_workflow.yml
vendored
|
@ -428,8 +428,7 @@ 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
|
||||
run: echo "${{ secrets.TELEGRAM_TEST_TOKEN }}" > tests/token.txt
|
||||
|
||||
- name: Run PHPUnit tests
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue