mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
chore: pwd test
This commit is contained in:
parent
4504618d6f
commit
593625f089
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user