Skip to content

Commit

Permalink
fix: fix invalid target name in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 7, 2024
1 parent 04acaf1 commit 530ca75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 530ca75

Please sign in to comment.