Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtieReus committed Apr 12, 2024
1 parent 27353c8 commit eaa6307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: collect-apps
run: |
echo "apps=$(ls -d ./apps/*/ | jq --raw-input --slurp --compact-output 'split("\n")[:-1]')" >> ${GITHUB_OUTPUT}
echo "paths=$(ls -d ./apps/*/ | jq --raw-input --slurp --compact-output 'split("\n")[:-1] | map("./\(.)**") | join(",") | "[\(. | join(","))]"')" >> ${GITHUB_OUTPUT}
echo "paths=$(ls -d ./apps/*/ | sed 's/^\.\///' | sed 's/$/**/' | jq --raw-input --slurp --compact-output 'split("\n")[:-1]')" >> ${GITHUB_OUTPUT}
- name: Show outputs
run: |
echo "===================="
Expand Down

0 comments on commit eaa6307

Please sign in to comment.