Skip to content

Bump github.com/pulumi/pulumi/pkg/v3 from 3.134.0 to 3.135.0 in /tests #624

Bump github.com/pulumi/pulumi/pkg/v3 from 3.134.0 to 3.135.0 in /tests

Bump github.com/pulumi/pulumi/pkg/v3 from 3.134.0 to 3.135.0 in /tests #624

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies
run: make prepare
- name: Test provider
run: make test