Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 16, 2024
1 parent 0b7d201 commit b6933df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Set Tests Matrix
id: set-tests-matrix
run: echo "test=$(python3 ./.github/scripts/get_tests_matrix_alt_2.py ${{ inputs.tests-names }})" >> "$GITHUB_OUTPUT"
run: echo "test=$(python3 ./.github/scripts/get_tests_matrix_alt_2.py ${{ inputs.test-names }})" >> "$GITHUB_OUTPUT"

Run-IP:
needs: [Prep]
Expand Down

0 comments on commit b6933df

Please sign in to comment.