Skip to content

Commit eefb251

Browse files
author
GitHub CI
committed
AUTO docusaurus 20240220
1 parent 098df8f commit eefb251

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

.github/workflows/continous-integration.yml

-14
Original file line numberDiff line numberDiff line change
@@ -588,20 +588,6 @@ jobs:
588588
coverage combine "${final_dir}/"*
589589
coverage xml
590590
591-
- name: Analyse code with SonarCloud
592-
uses: sonarsource/sonarcloud-github-action@5875562561d22a34be0c657405578705a169af6c
593-
env:
594-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
595-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
596-
with:
597-
args: >
598-
-Dsonar.organization=rasahq
599-
-Dsonar.projectKey=RasaHQ_rasa
600-
-Dsonar.sources=.
601-
-Dsonar.python.coverage.reportPaths=${{ github.workspace }}/tests_coverage
602-
-Dsonar.host.url=https://sonarcloud.io
603-
-Dsonar.verbose=true
604-
605591
integration_test:
606592
name: Run Non-Sequential Integration Tests
607593
if: github.ref_type != 'tag'

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ prepare-tests-windows:
136136
# It will retry the installation 5 times if it fails
137137
# See: https://github.com/actions/virtual-environments/blob/main/images/win/scripts/ImageHelpers/ChocoHelpers.ps1
138138
prepare-tests-windows-gha:
139-
powershell -command "Choco-Install wget graphviz"
139+
powershell -command "Install-ChocoPackage wget graphviz"
140140

141141
test: clean
142142
# OMP_NUM_THREADS can improve overall performance using one thread by process (on tensorflow), avoiding overload

docs/docs/sources/rasa_interactive___help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ options:
3939
--conversation-id CONVERSATION_ID
4040
Specify the id of the conversation the messages are
4141
in. Defaults to a UUID that will be randomly
42-
generated. (default: 63ab8cd8e6ad4841815417c30590bf7b)
42+
generated. (default: 61871a4af9454ef8b0a777deba38e09e)
4343
--endpoints ENDPOINTS
4444
Configuration file for the model server and the
4545
connectors as a yml file. (default: endpoints.yml)

docs/docs/sources/rasa_shell___help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ options:
3030
-h, --help show this help message and exit
3131
--conversation-id CONVERSATION_ID
3232
Set the conversation ID. (default:
33-
bf24137dbb4146c68e2c27024795d560)
33+
ed28c2d22c894a2992bb06afc8c3dabc)
3434
-m MODEL, --model MODEL
3535
Path to a trained Rasa model. If a directory is
3636
specified, it will use the latest model in this

0 commit comments

Comments
 (0)