Skip to content

Commit

Permalink
Use the make task in Github Actions
Browse files Browse the repository at this point in the history
Briefly the `generate-fake-stemcell-automation` task was a no-op on
windows because of issues with the CI setup. This has been resolved so
we can now use this target on Windows OS workers.

Signed-off-by: Brian Cunnie <bcunnie@vmware.com>
  • Loading branch information
aramprice authored and cunnie committed Sep 28, 2023
1 parent a9a1d06 commit faf15bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faf15bb

Please sign in to comment.