diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index d918bc5..4b88244 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -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