fix: add relative path
This commit is contained in:
@@ -28,7 +28,8 @@ runs:
|
||||
- name: Checkout BEC Plugin Repository
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x run_ci.sh
|
||||
echo " --- Current Directory: $(pwd) --- "
|
||||
chmod +x ./run_ci.sh
|
||||
./run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}" \
|
||||
"${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" \
|
||||
"${{ inputs.BEC_CORE_BRANCH }}" \
|
||||
|
||||
@@ -12,5 +12,5 @@ runs:
|
||||
- name: Install APT Packages
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x run_ci.sh
|
||||
chmod +x ./run_ci.sh
|
||||
./run_ci.sh "${{ inputs.APT_PACKAGES }}" \
|
||||
@@ -20,5 +20,5 @@ runs:
|
||||
- name: Install Python Environment
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x run_ci.sh
|
||||
chmod +x ./run_ci.sh
|
||||
./run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}"
|
||||
|
||||
@@ -12,5 +12,5 @@ runs:
|
||||
- name: Run Pytest for Plugin
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x run_ci.sh
|
||||
chmod +x ./run_ci.sh
|
||||
./run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}"
|
||||
Reference in New Issue
Block a user