Skip to content

Commit efdcbb3

Browse files
committed
action test
1 parent 442ff6f commit efdcbb3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ jobs:
1515
go-version-file: go.mod
1616
- name: test
1717
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"
1823
- name: check test coverage
1924
id: coverage
20-
uses: vladopajic/go-test-coverage@:dev
25+
uses: ./
2126
with:
2227
config: ./.github/.testcoverage.yml
2328
git-branch: badges

0 commit comments

Comments
 (0)