Skip to content

Commit

Permalink
fix: require code coverage for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Nov 7, 2023
1 parent e1654da commit cbe3599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
set +e
packageName="${{ matrix.package }}"
json=$(sf package version create -p "$packageName" -x -w 20 -f config/project-scratch-def.json --json)
json=$(sf package version create -p "$packageName" -c -x -w 20 -f config/project-scratch-def.json --json)
echo $json
status=$(echo $json | jq '.status')
if [ $status == "0" ]; then
Expand Down

0 comments on commit cbe3599

Please sign in to comment.