Skip to content

Commit 4238294

Browse files
author
deathaxe
committed
Adjust action script paths
1 parent c2d7b9c commit 4238294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/run-color-scheme-tests/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ runs:
88
using: 'composite'
99
steps:
1010
- run: |
11-
. $GITHUB_ACTION_PATH/../../scripts/utils.sh
11+
. $GITHUB_ACTION_PATH/../setup/utils.sh
1212
1313
InstallPackage "ColorSchemeUnit" "https://github.com/gerardroche/sublime-color-scheme-unit"
1414
1515
PACKAGE_FROM_INPUTS="${{ inputs.package-name }}"
1616
PACKAGE="${PACKAGE_FROM_INPUTS:-$PACKAGE}"
1717
18-
python3 "$GITHUB_ACTION_PATH/../../scripts/run_tests.py" "$PACKAGE" --color-scheme-test
18+
python3 "$GITHUB_ACTION_PATH/../run-tests/run_tests.py" "$PACKAGE" --color-scheme-test
1919
shell: bash

0 commit comments

Comments
 (0)