Skip to content

Commit

Permalink
Update .github/workflows/continuous-integration.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Manu Sridharan <msridhar@gmail.com>
  • Loading branch information
armughan11 and msridhar committed Aug 21, 2023
1 parent e8a1215 commit 64a202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: shellcheck
if: runner.os = 'Linux'
if: runner.os == 'Linux'
- name: Report jacoco coverage
uses: gradle/gradle-build-action@v2
env:
Expand Down

0 comments on commit 64a202b

Please sign in to comment.