From 6bbc57868dcdf5524761108747c013c3b5c2a5c8 Mon Sep 17 00:00:00 2001 From: CaioYokoyamaOLX Date: Mon, 15 Jul 2024 15:13:58 -0300 Subject: [PATCH] test --- .github/workflows/code-quality.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 6c5d394..fd6ae03 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -11,8 +11,7 @@ jobs: - uses: actions/checkout@v3 - name: Run unit tests - run: | - make test + run: make test - name: Quality Gate - Unit Test run: true \ No newline at end of file