Skip to content

Commit

Permalink
Renames
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 4, 2024
1 parent d092c07 commit 43f369d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ jobs:
Prepare-Tests-Matrix:
runs-on: ubuntu-latest
outputs:
test: ${{ steps.test.outputs.test }}
test: ${{ steps.set-tests-matrix.outputs.test }}
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set Tests Matrix
id: test
id: set-tests-matrix
run: echo "test=$(python3 ./.github/scripts/get_tests_matrix.py)" >> "$GITHUB_OUTPUT"

Test1:
Expand Down

0 comments on commit 43f369d

Please sign in to comment.