Skip to content

Commit

Permalink
Enable Python test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Dec 12, 2024
1 parent 9dbcdbe commit c2e7c8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ pulumiConvert: 1
registryDocs: true
releaseVerification:
# nodejs: examples/simple/ts # TODO[https://github.com/pulumi/verify-provider-release/issues/73]
# python: examples/simple/py # TODO[https://github.com/pulumi/verify-provider-release/issues/74]
python: examples/simple/py
# dotnet: examples/simple/csharp # TODO[https://github.com/pulumi/verify-provider-release/issues/75]
go: examples/simple/go
7 changes: 7 additions & 0 deletions .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ jobs:
uses: ./.github/actions/setup-tools
with:
tools: pulumicli, nodejs, python, dotnet, go, java
- name: Verify python release
uses: pulumi/verify-provider-release@v1
with:
runtime: python
directory: examples/simple/py
provider: random
providerVersion: ${{ inputs.pythonVersion || inputs.providerVersion }}
- name: Verify go release
uses: pulumi/verify-provider-release@v1
if: inputs.skipGoSdk == false
Expand Down

0 comments on commit c2e7c8a

Please sign in to comment.