chore: pwd test

This commit is contained in:
Kevin Franklin Kim 2021-12-14 16:48:46 +01:00
parent 4504618d6f
commit 593625f089

View File

@ -24,7 +24,6 @@ jobs:
- uses: actions/checkout@v2
- id: gomod
run: |
pwd
matrix=$(find . -type f -name "go.mod" -print0 | xargs -0 -n1 dirname | sort --unique | jq -R -s -c 'split("\n")[:-1]')
echo "${matrix}"
echo "::set-output name=matrix::${matrix}"