diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e5a34e..0df4042 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,11 @@ on: - main jobs: - test: + build: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v2 - - name: Test Application - run: exit 1 + - name: Build Application + run: echo "Building the application" +