Skip to content

Commit

Permalink
Merge tag 'disable-expensive-tests' into develop
Browse files Browse the repository at this point in the history
disabled expensive tests
  • Loading branch information
AndreaPic committed Jan 3, 2024
2 parents ed5db91 + 22d1120 commit c242346
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 c242346

Please sign in to comment.