Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Mar 1, 2024
1 parent 7fb685c commit 40a33ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@ jobs:
}
if($alias -eq "${{ matrix.product }}")
{
echo "Testing the following person: $value"
echo "Testing the following person..."
echo "Person is: $person"
echo "${{ matrix.product }}"
echo "Alias is: $alias"
echo "First is: $first"
echo "Last is: $last"
echo "Call the test method here..."
}
}
echo "Alias is: $alias"
echo "${{ matrix.product }}"

0 comments on commit 40a33ac

Please sign in to comment.