Skip to content

Commit

Permalink
touch
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Oct 31, 2024
1 parent 8c5beaf commit bdd76ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
cache-dependency-path: "**/*.sum"
- run: make k8sprovider
- name: Touch empty generated files to ensure provider compiles
run: touch provider/cmd/pulumi-resource-kubernetes/{terraform-mapping,schema}-embed.json
- name: golangci-lint provider pkg
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit bdd76ae

Please sign in to comment.