Skip to content

Commit

Permalink
Just echo some random text - why isn't it echoing?
Browse files Browse the repository at this point in the history
  • Loading branch information
nalanj committed Jan 10, 2025
1 parent 3f9d9ab commit 398bdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set Matrix
id: set-os-matrix
run: |
echo "os-matrix='[\"ubuntu-latest\"]'" >> $GITHUB_OUTPUT
echo "testing"
# if [[ '${{ github.ref }}' == 'refs/heads/master' ]]; then
# echo "os-matrix='[\"ubuntu-latest\",\"windows-latest\"]'" >> $GITHUB_OUTPUT
# else
Expand Down

0 comments on commit 398bdb5

Please sign in to comment.