fix: adjust script path
This commit is contained in:
@@ -9,13 +9,9 @@ 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_pytest_for_plugin/run_ci.sh
|
||||
./run_pytest_for_plugin/run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}"
|
||||
SCRIPT_PATH="${{ github.action_path }}/run_ci.sh"
|
||||
chmod +x "$SCRIPT_PATH"
|
||||
"$SCRIPT_PATH" "${{ inputs.PLUGIN_REPO_NAME }}"
|
||||
Reference in New Issue
Block a user