Skip to content

Commit 456614e

Browse files
committed
Add source URL comments to integration test assets
This will make it easier for the maintainers to sync fixes and improvements in either direction between the upstream "template" assets and their installation in this repository.
1 parent 2300bda commit 456614e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test-go-integration-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/test-go-integration-task.md
12
name: Test Integration
23

34
env:

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tasks:
2323
- task: python:format
2424
- task: general:format-prettier
2525

26+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
2627
go:build:
2728
desc: Build the Go code
2829
cmds:
@@ -41,6 +42,7 @@ tasks:
4142
-coverprofile=coverage_unit.txt \
4243
{{default .DEFAULT_GO_PACKAGES .GO_PACKAGES}}
4344
45+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-integration-task/Taskfile.yml
4446
go:test-integration:
4547
desc: Run integration tests
4648
deps:

0 commit comments

Comments
 (0)