Skip to content

Commit 45a68b5

Browse files
committed
don't exit CI pipeline if no module id is provided
services only plugins doesn't need a module id
1 parent 6aaebb7 commit 45a68b5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

oxid-plugin-test/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ runs:
257257
258258
if [[ -z "${{ inputs.oxid_module_ids }}" ]]; then
259259
echo "No OXID module IDs provided – skipping module activation."
260-
exit 1
261260
else
262261
IFS=',' read -ra MODULES <<< "${{ inputs.oxid_module_ids }}"
263262

0 commit comments

Comments
 (0)