Update CI tests
This commit is contained in:
parent
06cdf61336
commit
597c1cd97b
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/bash
|
||||||
|
|
||||||
FAIL_COUNTER=0
|
FAIL_COUNTER=0
|
||||||
|
|
||||||
@ -80,4 +80,6 @@ do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
ibus exit
|
||||||
|
|
||||||
exit ${FAIL_COUNTER}
|
exit ${FAIL_COUNTER}
|
||||||
|
@ -22,5 +22,5 @@
|
|||||||
- ibus-table-chinese-yong
|
- ibus-table-chinese-yong
|
||||||
tests:
|
tests:
|
||||||
- simple:
|
- simple:
|
||||||
dir: scripts
|
dir: ./scripts
|
||||||
run: bash run.sh
|
run: bash ./run.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user