Skip to content

Commit

Permalink
Update packages.yml
Browse files Browse the repository at this point in the history
Raise threshold while in testing
  • Loading branch information
isc-tleavitt committed Jan 12, 2024
1 parent 97740e5 commit 56f5d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- id: set-matrix
run: |
matrix=`curl https://pm.community.intersystems.com/packages/-/all?allVersions=1 | jq 'reduce .[] as $item ([]; if $item.allVersions | length >= 3 then . + [$item.name] else . end)' | tr -d '\n\t\r '`
matrix=`curl https://pm.community.intersystems.com/packages/-/all?allVersions=1 | jq 'reduce .[] as $item ([]; if $item.allVersions | length >= 10 then . + [$item.name] else . end)' | tr -d '\n\t\r '`
echo $matrix
echo "matrix=${matrix}" >> "$GITHUB_OUTPUT"
job2:
Expand Down

0 comments on commit 56f5d23

Please sign in to comment.