We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d7b9c commit 4238294Copy full SHA for 4238294
actions/run-color-scheme-tests/action.yaml
@@ -8,12 +8,12 @@ runs:
8
using: 'composite'
9
steps:
10
- run: |
11
- . $GITHUB_ACTION_PATH/../../scripts/utils.sh
+ . $GITHUB_ACTION_PATH/../setup/utils.sh
12
13
InstallPackage "ColorSchemeUnit" "https://github.com/gerardroche/sublime-color-scheme-unit"
14
15
PACKAGE_FROM_INPUTS="${{ inputs.package-name }}"
16
PACKAGE="${PACKAGE_FROM_INPUTS:-$PACKAGE}"
17
18
- python3 "$GITHUB_ACTION_PATH/../../scripts/run_tests.py" "$PACKAGE" --color-scheme-test
+ python3 "$GITHUB_ACTION_PATH/../run-tests/run_tests.py" "$PACKAGE" --color-scheme-test
19
shell: bash
0 commit comments