Skip to content

Commit

Permalink
Fix wrong script path
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 4, 2024
1 parent 9068a67 commit f3b7014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set Test Matrix
run: python3 ./.github/get_test_matrix.py
run: python3 ./.github/scripts/get_test_matrix.py

0 comments on commit f3b7014

Please sign in to comment.