fix: adapt paths

This commit is contained in:
2025-09-24 11:37:29 -05:00
parent 7d2d8f0bbf
commit 2eb9739c73
4 changed files with 28 additions and 8 deletions

View File

@@ -9,8 +9,13 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
repository: bec/bec_shared_actions
ref: main
path: bec_shared_actions
- name: Run Pytest for Plugin
shell: bash
run: |
chmod +x ./run_ci.sh
./run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}"
chmod +x ./run_pytest_for_plugin/run_ci.sh
./run_pytest_for_plugin/run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}"