From 044fc263fa6b76f1d93d13100d64aa94c1d3e9c2 Mon Sep 17 00:00:00 2001 From: CaioYokoyamaOLX Date: Mon, 15 Jul 2024 15:13:03 -0300 Subject: [PATCH] fixing test --- .github/workflows/code-quality.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 9ba7d2d..6c5d394 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -10,5 +10,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Run unit tests + run: | + make test + - name: Quality Gate - Unit Test - run: make test \ No newline at end of file + run: true \ No newline at end of file