add workflow step to check if default build directory is not exist

This commit is contained in:
Alfi Maulana 2023-01-07 11:46:17 +07:00
parent e580c4b6e5
commit 82c154010f
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -46,3 +46,6 @@ jobs:
- name: Run build result
run: test/build/hello_world
- name: Check if default build directory is not exist
run: test ! -d build