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 29b9b8a commit db12742Copy full SHA for db12742
.github/actions/setup-go/action.yml
@@ -89,8 +89,13 @@ runs:
89
90
- if: ${{ inputs.create == 'true' }}
91
shell: bash
92
+ id: setup-go-test
93
run: npx hereby test
94
95
+ - if: ${{ failure() && inputs.create == 'true' && steps.setup-go-test.conclusion == 'failure' }}
96
+ shell: bash
97
+ run: git diff --diff-filter=AM --no-index ./testdata/baselines/reference ./testdata/baselines/local
98
+
99
100
101
run: npx hereby test --coverage
0 commit comments