Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

ci: swap ensure-generated and test-style tasks #1501

Merged
merged 1 commit into from Jun 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pipelines/pr-e2e.yaml
Expand Up @@ -52,12 +52,12 @@ jobs:
- script: make validate-dependencies
displayName: Check if imports, Gopkg.toml, and Gopkg.lock are in sync
workingDirectory: $(modulePath)
- script: make generate test-style
displayName: Run linting rules
workingDirectory: $(modulePath)
- script: make ensure-generated
displayName: Check if generated code is up to date
workingDirectory: $(modulePath)
- script: make generate test-style
displayName: Run linting rules
workingDirectory: $(modulePath)
- script: make build-cross
displayName: Build cross-architectural binaries
workingDirectory: $(modulePath)
Expand Down