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 6017974 commit 38ab7bb
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 @@ -37,7 +37,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(select(length > 0) | "**" + .[2:]) | map("\"" + . + "\"") | join(", ")))" >> ${GITHUB_OUTPUT}
echo "paths=($(ls -d ./apps/*/ | sed 's/^\.\///' | sed 's/$/**/' | jq --raw-input --slurp --compact-output 'split("\n")[:-1] | map("\"" + . + "\"") | join(", ")))" >> ${GITHUB_OUTPUT}
- name: Show outputs
run: |
echo "===================="
Expand Down

0 comments on commit 38ab7bb

Please sign in to comment.