Skip to content

Commit

Permalink
Merge pull request #25 from AndreaPic/develop
Browse files Browse the repository at this point in the history
dev2master
  • Loading branch information
AndreaPic committed May 20, 2023
2 parents 3abde79 + d0c6fdf commit b713213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

env:
BUILD_CONFIG: 'Release'
SOLUTION: 'DevextremeToys.sln'
SOLUTION: 'DevExtremeAI.sln'

runs-on: ubuntu-latest

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
# Temporary disbled due to expenses
# - name: Test
# run: dotnet test --no-build --verbosity normal

0 comments on commit b713213

Please sign in to comment.