diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c17f3da..771e2475 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: CI Build on: push: @@ -31,11 +31,11 @@ jobs: - name: Clone API project run: go get github.com/sodafoundation/api - - name: Prerequites packages + - name: Install Pre-requisites run: sudo apt-get update && sudo apt-get install -y git make curl wget libltdl7 libseccomp2 libffi-dev gawk build-essential gcc librados-dev librbd-dev - name: Build - # Build SODA Controller source code + # Build SODA Dock source code run: make all - name: Run CI scripts for Testing