diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 73e155a..626ca49 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -1,4 +1,4 @@ -name: Docker Image CI +name: Tests | Lint on: pull_request: @@ -7,12 +7,9 @@ on: jobs: test: - if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - - name: echo2 - run: echo "hello" - # - name: Checkout the repository - # uses: actions/checkout@v2 - # - name: Run Tests - # run: make test + - name: Checkout the repository + uses: actions/checkout@v2 + - name: Run Tests + run: make test