Touch config.yml file

This commit is contained in:
John Wellbelove 2019-12-06 21:11:00 +00:00
parent bf167aa030
commit f7670253bf

View File

@ -23,6 +23,9 @@ jobs:
- run:
name: Creating Binary Files
command: 'cmake --build build'
- run:
name: Listing
command: 'ls -lrt /root/project/build'
- run:
name: ETL Unit Testing
command: '/root/project/build/etl'
command: './etl'