Skip to content

Commit

Permalink
Testing solution for on pull request error
Browse files Browse the repository at this point in the history
  • Loading branch information
JBrenesSimpat committed Dec 16, 2024
1 parent bda3b7d commit be68013
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on-dms-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run-unit-tests:
name: Run Unit Tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:8.0
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -82,6 +84,8 @@ jobs:
run-integration-tests:
name: Run Integration Tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:8.0
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -121,6 +125,8 @@ jobs:
name: Run E2E Tests
needs: run-unit-tests
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:8.0
defaults:
run:
shell: pwsh
Expand Down

0 comments on commit be68013

Please sign in to comment.