We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78a5ec commit 7c5aa98Copy full SHA for 7c5aa98
.github/workflows/release-go-task.yml
@@ -159,6 +159,7 @@ jobs:
159
# (all the files we need are in the DIST_DIR root)
160
artifacts: ${{ env.DIST_DIR }}/*
161
162
+ # TODO
163
# - name: Upload release files on Arduino downloads servers
164
# uses: docker://plugins/s3
165
# env:
.github/workflows/test-go-task.yml
@@ -93,6 +93,7 @@ jobs:
93
GO_MODULE_PATH: ${{ matrix.module.path }}
94
run: task go:test
95
96
97
# - name: Send unit tests coverage to Codecov
98
# if: runner.os == 'Linux'
99
# uses: codecov/codecov-action@v2
0 commit comments