Skip to content

Commit

Permalink
testing update
Browse files Browse the repository at this point in the history
testing update
  • Loading branch information
RobertGlobant20 committed May 6, 2024
1 parent 55b787a commit b30188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_type_predicter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: env.analysis_response == 'Valid'
run: |
dotnet build ./IssuesTypePredicter/IssuesTypePredicter.sln --configuration Release
cp ./IssuesTypePredicter/IssuesTypePredicterML.ConsoleApp/bin/Release/netcoreapp3.1/MLModel.zip .
cp ./IssuesTypePredicter/IssuesTypePredicterML.ConsoleApp/bin/Release/net8.0/MLModel.zip .
#Execute the IssuesTypePredicter program and pass as a parameter the json string (which contains the issue info)
- name: Run Issues Type Predicter
Expand Down

0 comments on commit b30188b

Please sign in to comment.