Skip to content

Commit

Permalink
Disable test execution in publish-latest-elsa workflow.
Browse files Browse the repository at this point in the history
Commented out the test execution step in the workflow to streamline the build process. This change is likely temporary and should be revisited to ensure tests are run before packaging in the future.
  • Loading branch information
sfmskywalker committed Feb 21, 2025
1 parent b9f1cb9 commit 5c26951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-latest-elsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
- name: Build Elsa
run: dotnet build --configuration Release /p:Version=$VERSION

- name: Run Tests
run: dotnet test --configuration Release --no-build --no-restore
# - name: Run Tests
# run: dotnet test --configuration Release --no-build --no-restore

- name: Pack Elsa
run: dotnet pack --configuration Release /p:Version=$VERSION /p:PackageOutputPath=$(pwd)/out
Expand Down

0 comments on commit 5c26951

Please sign in to comment.