Skip to content

Commit

Permalink
Refactor TestTerraformOutputsWithSecretsSupported (#1855)
Browse files Browse the repository at this point in the history
Followup to #1853.

Since #1851 also
edits these tests, I thought they should also have (and require) correct
types.
  • Loading branch information
iwahbe authored Apr 12, 2024
1 parent a38a786 commit 47052e2
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true
version: v1.55
version: v1.57
- name: Lint
run: make lint
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true
version: v1.55
version: v1.57
- name: Lint
run: make lint
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-pulumi-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
skip-cache: true
skip-pkg-cache: true
skip-build-cache: true
version: v1.55
version: v1.57
- name: Update Pulumi/Pulumi
id: gomod
run: >-
Expand Down
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
run:
skip-dirs:
- pkg/tf2pulumi/internal/addrs
- pkg/tf2pulumi/internal/config
- pkg/tf2pulumi/internal/configs
timeout: 10m

linters:
Expand All @@ -25,3 +21,7 @@ issues:
exclude:
- "unused-parameter: parameter"
- "redefines-builtin-id:"
exclude-dirs:
- pkg/tf2pulumi/internal/addrs
- pkg/tf2pulumi/internal/config
- pkg/tf2pulumi/internal/configs
Loading

0 comments on commit 47052e2

Please sign in to comment.