Update CI tests

This commit is contained in:
Peng Wu 2021-07-01 13:35:02 +08:00
parent 06cdf61336
commit 597c1cd97b
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash
FAIL_COUNTER=0
@ -80,4 +80,6 @@ do
fi
done
ibus exit
exit ${FAIL_COUNTER}

View File

@ -22,5 +22,5 @@
- ibus-table-chinese-yong
tests:
- simple:
dir: scripts
run: bash run.sh
dir: ./scripts
run: bash ./run.sh