Skip to content

Commit 01862d2

Browse files
committed
chore: testing workflow
1 parent bc5e3d7 commit 01862d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check_dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
defaults:
77
run:
88
shell: bash # strict bash
9+
working-directory: ./scripts
910

1011
jobs:
1112
check_dependencies:
@@ -30,4 +31,5 @@ jobs:
3031
run: chmod +x find_dependencies.py
3132

3233
- name: Run Python script
33-
run: python find_dependencies.py edx-platform --org edx
34+
run: python find_dependencies.py edx-platform --org edx
35+

0 commit comments

Comments
 (0)