Merge pull request #102 from joachimschmidt557/patch-1

Refactor workflow commands
This commit is contained in:
Alexandros Naskos 2020-06-06 22:43:03 +03:00 committed by GitHub
commit b5f57907e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,5 @@ jobs:
FILE=zig-cache/bin/zls FILE=zig-cache/bin/zls
if test -f "$FILE"; then test -f "$FILE" || exit 1
if zig build test; then zig build test || exit 1
exit 0
else
exit 1
fi
else
exit 1
fi