💾 Archived View for source.community › jeffdecola › my-go-tools › raw › develop › ci › tasks › task-… captured on 2024-09-29 at 00:43:19.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
# my-go-tools task-unit-tests.yml platform: linux image_resource: type: docker-image source: repository: golang tag: 1.17.3 inputs: - name: my-go-tools outputs: - name: coverage-results run: path: ./my-go-tools/ci/scripts/unit-tests.sh # args: [-debug]