From a468f751995026fb34cb6093fd452a631d9a5209 Mon Sep 17 00:00:00 2001 From: Jojo Date: Fri, 28 Apr 2023 15:12:05 -0300 Subject: [PATCH] :bug: fix: enable tests | lint --- .github/workflows/cicd.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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