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