Skip to content

Commit 49958c5

Browse files
committed
fix: see contents of dir
1 parent cceca8e commit 49958c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
make REVISION=$GITHUB_SHA install
4646
- name: make test
4747
run: |
48+
echo $PWD
49+
ls -lat
50+
git config user.email ${{ github.actor }}[email protected]
51+
git config user.name ${{ github.actor }}
4852
make GIT_TAG=$SEMVER REVISION=$GITHUB_SHA test
4953
- name: Publish Junit style Test Report
5054
uses: mikepenz/action-junit-report@v3

0 commit comments

Comments
 (0)