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 cceca8e commit 49958c5Copy full SHA for 49958c5
.github/workflows/build.yml
@@ -45,6 +45,10 @@ jobs:
45
make REVISION=$GITHUB_SHA install
46
- name: make test
47
run: |
48
+ echo $PWD
49
+ ls -lat
50
+ git config user.email ${{ github.actor }}[email protected]
51
+ git config user.name ${{ github.actor }}
52
make GIT_TAG=$SEMVER REVISION=$GITHUB_SHA test
53
- name: Publish Junit style Test Report
54
uses: mikepenz/action-junit-report@v3
0 commit comments