Skip to content

Commit

Permalink
Fix - [:ci] Fixed id of run_check job
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Aug 25, 2024
1 parent c5a80ff commit 8ada2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: 'zulu'
java-version: 17
- name: Run ${{ matrix.check }}
id: run_check_${{ matrix.check }}
id: run_check_"${{ matrix.check }}"
run: |
if [ "${{ matrix.check }}" = "build_logic" ]; then
./gradlew check -p build-logic
Expand Down

0 comments on commit 8ada2e8

Please sign in to comment.