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 559c231 commit 7b13bad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/issue_type_predicter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ jobs:
with:
repository: DynamoDS/IssuesTypePredicter
path: IssuesTypePredicter
ref: DYN-6651-Updating-NETSDK

# Setup dotnet
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0'

#Builds the solution IssuesTypePredicter.sln (this contains two VS2019 ML.NET projects)
- name: Build Issues Type Predicter
Expand Down

0 comments on commit 7b13bad

Please sign in to comment.