diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 64e590ce..2eaf565d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: go-version-file: go.mod - name: Provide `StemcellAutomation.zip` for `go:embed` consumption in `assets` package run: | - cp integration/construct/assets/StemcellAutomation.zip assets/ + make generate-fake-stemcell-automation - uses: golangci/golangci-lint-action@v3 if: ${{ matrix.os == 'windows-2019' }} - uses: golangci/golangci-lint-action@v3