CI: test if test-plugins folder exists before adding (#100876)

This commit is contained in:
Piotr Jamróz
2025-02-18 15:38:36 +01:00
committed by GitHub
parent f25d163a82
commit 4979dd4eec
+2 -1
View File
@@ -143,7 +143,8 @@ jobs:
- name: Add package.json changes
run: |
git add package.json lerna.json yarn.lock packages public e2e/test-plugins
git add package.json lerna.json yarn.lock packages public
test -e e2e/test-plugins && git add e2e/test-plugins
git commit -m "Update version to ${{ inputs.version }}"
- name: Git push