(no title)
sontek | 11 months ago
- name: Install Earthly
if: steps.check_changes.outputs.relevant_changes == 'true'
uses: earthly/actions-setup@v1
with:
version: v${{ env.EARTHLY }}
- name: Run tests and generate coverage summary
if: steps.check_changes.outputs.relevant_changes == 'true'
run: cd src/webapp && earthly --build-arg GO_VERSION=${{ env.GOLANG }} +coverage-summary
No comments yet.