mirror of
https://github.com/roosta/tmux-fuzzback.git
synced 2026-09-09 23:26:29 -04:00
ci(fix): unset absolute path
This works fine for container images but not for github actions
This commit is contained in:
parent
e33b796263
commit
a82d81db01
|
|
@ -8,8 +8,10 @@ fail_helper() {
|
|||
TEST_STATUS="fail"
|
||||
}
|
||||
|
||||
TERM="tmux-256color"
|
||||
|
||||
# Do tests with expect
|
||||
/app/tests/expect_fuzzback.exp || fail_helper "Testing failed!"
|
||||
tests/expect_fuzzback.exp || fail_helper "Testing failed!"
|
||||
|
||||
if [ "$TEST_STATUS" == "fail" ]; then
|
||||
echo "FAIL!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue