File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 steps :
4343 - name : Verify kat exists
4444 shell : bash
45- run : which kat || ( echo Cannot find kat installation. Did you forget to run setup-kat first? && exit 1 )
45+ run : which kat || ( echo " Cannot find kat installation. Did you forget to run setup-kat first?" && exit 1 )
4646 - name : Emit Metrics
4747 shell : bash
4848 run : |
Original file line number Diff line number Diff line change 5555 shell : bash
5656 run : |
5757 if [ "${{ steps.expected-failure.outcome }}" = "failure" ]; then
58- echo Saw expected failure from attempting to emit metrics when kat isn't installed.
58+ echo " Saw expected failure from attempting to emit metrics when kat isn't installed."
5959 exit 0
6060 else
61- echo Expected failure from previous step!
61+ echo " Expected failure from previous step!"
6262 exit 1
6363 fi
You can’t perform that action at this time.
0 commit comments