Commit eefb251 GitHub CI
committed
1 parent 098df8f commit eefb251 Copy full SHA for eefb251
File tree 4 files changed +3
-17
lines changed
4 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -588,20 +588,6 @@ jobs:
588
588
coverage combine "${final_dir}/"*
589
589
coverage xml
590
590
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
-
605
591
integration_test :
606
592
name : Run Non-Sequential Integration Tests
607
593
if : github.ref_type != 'tag'
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ prepare-tests-windows:
136
136
# It will retry the installation 5 times if it fails
137
137
# See: https://github.com/actions/virtual-environments/blob/main/images/win/scripts/ImageHelpers/ChocoHelpers.ps1
138
138
prepare-tests-windows-gha :
139
- powershell -command " Choco- Install wget graphviz"
139
+ powershell -command " Install-ChocoPackage wget graphviz"
140
140
141
141
test : clean
142
142
# OMP_NUM_THREADS can improve overall performance using one thread by process (on tensorflow), avoiding overload
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ options:
39
39
--conversation-id CONVERSATION_ID
40
40
Specify the id of the conversation the messages are
41
41
in. Defaults to a UUID that will be randomly
42
- generated. (default: 63ab8cd8e6ad4841815417c30590bf7b )
42
+ generated. (default: 61871a4af9454ef8b0a777deba38e09e )
43
43
--endpoints ENDPOINTS
44
44
Configuration file for the model server and the
45
45
connectors as a yml file. (default: endpoints.yml)
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ options:
30
30
-h, --help show this help message and exit
31
31
--conversation-id CONVERSATION_ID
32
32
Set the conversation ID. (default:
33
- bf24137dbb4146c68e2c27024795d560 )
33
+ ed28c2d22c894a2992bb06afc8c3dabc )
34
34
-m MODEL, --model MODEL
35
35
Path to a trained Rasa model. If a directory is
36
36
specified, it will use the latest model in this
You can’t perform that action at this time.
0 commit comments