Skip to content

Commit

Permalink
work2
Browse files Browse the repository at this point in the history
  • Loading branch information
hayarobi committed Sep 1, 2023
1 parent 17a55df commit 6854a1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ permissions:
contents: read

jobs:
env:
report_coverage : false
coverage_flag : ''

# run unit test with code coverage report if action is triggered by push of master branch
check_if_report_coverage1:
check_if_report_coverage:
env:
report_coverage : false
coverage_flag : ''

steps:
- name: Set env var
id: step_one
Expand Down

0 comments on commit 6854a1a

Please sign in to comment.