Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Apr 17, 2024
1 parent 0959221 commit 2486893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dir: ${{ fromJson(env.MATRIX_DIR) }}
dir: ${{ fromJson(MATRIX_DIR) }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dir: ${{ fromJson(env.MATRIX_DIR) }}
dir: ${{ fromJson(MATRIX_DIR) }}
needs: [run-samples-windows]
steps:
- name: Checkout
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
dir: ${{ fromJson(env.MATRIX_DIR) }}
dir: ${{ fromJson(MATRIX_DIR) }}
needs: [run-samples-ubuntu]
steps:
- name: Checkout
Expand Down

0 comments on commit 2486893

Please sign in to comment.