Skip to content

Commit

Permalink
Merge branch 'hotfix/disable-expensive-tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaPic committed Jan 3, 2024
2 parents 23440a3 + b27f7f2 commit 22d1120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:

- name: Build
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG /p:Platform="Any CPU" -p:Version=$BUILD_VERSION --no-restore

- name: Test
run: dotnet test $SOLUTION --no-build --configuration $BUILD_CONFIG /p:Platform="Any CPU" --verbosity normal
# Temporary disbled due to expenses
# - name: Test
# run: dotnet test $SOLUTION --no-build --configuration $BUILD_CONFIG /p:Platform="Any CPU" --verbosity normal

- name: Publish
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 22d1120

Please sign in to comment.