Skip to content

Commit

Permalink
Merge branch 'juj/AddValidationForMultipleConsolidations' of https://…
Browse files Browse the repository at this point in the history
…github.com/Energinet-DataHub/geh-market-participant into juj/AddValidationForMultipleConsolidations
  • Loading branch information
FirestarJes committed Dec 27, 2024
2 parents 455751d + 1d99b92 commit 7793d69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
dotnet_promote_prerelease:
needs: changes
if: ${{ needs.changes.outputs.dotnet == 'true' || needs.changes.outputs.db_migrations == 'true' }}
uses: Energinet-DataHub/.github/.github/workflows/promote-prerelease.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/promote-prerelease.yml@v14
with:
release_name_prefix: dotnet

Expand All @@ -48,10 +48,10 @@ jobs:
needs: [dotnet_promote_prerelease, changes]
steps:
- name: Find associated pull request
uses: Energinet-DataHub/.github/.github/actions/find-related-pr-number@v13
uses: Energinet-DataHub/.github/.github/actions/find-related-pr-number@v14
id: find_pull_request

- uses: Energinet-DataHub/.github/.github/actions/github-create-token@v13
- uses: Energinet-DataHub/.github/.github/actions/github-create-token@v14
name: Generate Github token
id: generate_token
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ on:
jobs:
# Build all projects within solution
dotnet_ci_build:
uses: Energinet-DataHub/.github/.github/workflows/dotnet-build-prerelease.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/dotnet-build-prerelease.yml@v14
with:
solution_file_path: source/marketparticipant/Energinet.DataHub.MarketParticipant.sln

# Run all tests in 'Tests.dll'
unit_test:
uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v14
with:
tests_dll_file_path: \source\marketparticipant\Energinet.DataHub.MarketParticipant.Tests\bin\Release\net8.0\Energinet.DataHub.MarketParticipant.Tests.dll
download_attempt_limit: 18

# Run tests in 'IntegrationTests.dll'
integration_test:
uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v14
with:
tests_dll_file_path: \source\marketparticipant\Energinet.DataHub.MarketParticipant.IntegrationTests\bin\Release\net8.0\Energinet.DataHub.MarketParticipant.IntegrationTests.dll
download_attempt_limit: 18
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# License and Markdown Check
#
ci_base:
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@v14
secrets:
dh3serviceaccount_privatekey: ${{ secrets.dh3serviceaccount_privatekey }}

Expand All @@ -28,7 +28,7 @@ jobs:
render_c4model_views:
needs: changes
if: ${{ needs.changes.outputs.render_c4model_views == 'true' }}
uses: Energinet-DataHub/.github/.github/workflows/structurizr-render-diagrams.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/structurizr-render-diagrams.yml@v14
with:
structurizr_workspace_filename: views
included_model_filename: model
Expand Down

0 comments on commit 7793d69

Please sign in to comment.