Skip to content

Commit

Permalink
fix test_env step console output
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 5, 2024
1 parent 5eff890 commit e43ab30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
echo "api:"
echo "- any: ${{ needs.setup.outputs.api_any_changed }}"
echo "- all: ${{ needs.setup.outputs.api_all_changed_files }}"
echo "client
echo "client"
echo "- any: ${{ needs.setup.outputs.client_any_changed }}"
echo "- all: ${{ needs.setup.outputs.client_all_changed_files }}"
echo "index:"
Expand Down

0 comments on commit e43ab30

Please sign in to comment.