Skip to content

Commit

Permalink
Skip dotnet 6.0 tests in release script (#329)
Browse files Browse the repository at this point in the history
Pass through the language version, so we can skip the donet template
tests when running on dotnet 6.0. Our templates have been updated to use
8.0

Follow up to #320
which updated the PR workflow, but not the release workflow.
  • Loading branch information
julienp authored Nov 19, 2024
1 parent 133dfdd commit dd9f5ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ jobs:
docker run \
-e RUN_CONTAINER_TESTS=true \
-e IMAGE_VARIANT=pulumi-debian-${{ matrix.sdk }} \
-e LANGUAGE_VERSION=${{ matrix.language_version }} \
-e SDKS_TO_TEST=${SDKS_TO_TEST} \
-e PULUMI_ACCESS_TOKEN=${PULUMI_ACCESS_TOKEN} \
-e PULUMI_ORG=${PULUMI_ORG} \
Expand Down Expand Up @@ -729,6 +730,7 @@ jobs:
docker run \
-e RUN_CONTAINER_TESTS=true \
-e IMAGE_VARIANT=pulumi-ubi-${{ matrix.sdk }} \
-e LANGUAGE_VERSION=${{ matrix.language_version }} \
-e SDKS_TO_TEST=${SDKS_TO_TEST} \
-e PULUMI_ACCESS_TOKEN=${PULUMI_ACCESS_TOKEN} \
-e PULUMI_ORG=${PULUMI_ORG} \
Expand Down

0 comments on commit dd9f5ee

Please sign in to comment.