We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0429e4a commit 56716fcCopy full SHA for 56716fc
.buildkite/pipeline.yml
@@ -7,7 +7,7 @@ steps:
7
label: ':golang: vet'
8
command: go vet ./...
9
plugins:
10
- - docker-compose#v5.4.0:
+ - docker-compose#v5.5.0:
11
run: app
12
- key: test
13
label: ':golang: test'
@@ -16,7 +16,7 @@ steps:
16
artifact_paths:
17
- 'coverage.txt' # upload the coverage report as an artifact
18
19
20
21
# build the application after the quality assurance steps are done
22
- key: build
@@ -25,6 +25,6 @@ steps:
25
26
- 'dist/app' # upload the built application as an artifact
27
28
29
30
depends_on: quality_assurance
0 commit comments