From 530ca75b554e87bcc41002cc6c13a84893447ceb Mon Sep 17 00:00:00 2001 From: bilalcaliskan Date: Sun, 7 Jan 2024 14:13:01 +0300 Subject: [PATCH] fix: fix invalid target name in github workflows --- .github/workflows/pr.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3d9efe3..69afd35 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -98,7 +98,7 @@ jobs: sudo nginx shell: bash - name: Coverage Test - run: make -s test-with-coverage + run: make -s test-coverage - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master env: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b6293e7..2f63549 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -109,7 +109,7 @@ jobs: fi shell: bash - name: Coverage Test - run: make -s test-with-coverage + run: make -s test-coverage - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master env: