Skip to content

Commit

Permalink
Fix workflow yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Apr 18, 2024
1 parent 6f005cf commit 8160eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
outputs:
MATRIX_DIR: ${{ env.MATRIX_DIR }}
steps:
- run: |
echo "Set MATRIX_DIR environment variable as output"
- name: Print message
run: echo "Set MATRIX_DIR environment variable as output"

run-samples-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 8160eba

Please sign in to comment.