Skip to content

Commit 1a02c5a

Browse files
committed
Best guess as to getting these paths right
1 parent 9c6ab48 commit 1a02c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
run: pip install -U -r requirements.txt
1414

1515
- name: Run Compstate Validation
16-
run: ./validate.py
16+
run: ${{ github.action_path }}/validate.py .
1717

1818
- name: Run Scoring tests
1919
run:

0 commit comments

Comments
 (0)