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 442ff6f commit efdcbb3Copy full SHA for efdcbb3
.github/workflows/test.yml
@@ -15,9 +15,14 @@ jobs:
15
go-version-file: go.mod
16
- name: test
17
run: make test
18
+ - name: set action image version to dev
19
+ run: |
20
+ yq e -i '.runs.image = "docker://ghcr.io/vladopajic/go-test-coverage:dev"' action.yml
21
+ image=$(yq '.runs.image' action.yml)
22
+ echo "Image: $image"
23
- name: check test coverage
24
id: coverage
- uses: vladopajic/go-test-coverage@:dev
25
+ uses: ./
26
with:
27
config: ./.github/.testcoverage.yml
28
git-branch: badges
0 commit comments