Skip to content

Commit

Permalink
fix parse error
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Yip <[email protected]>
  • Loading branch information
cyip10 committed Sep 11, 2024
1 parent 136aee6 commit ebab9bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:

check-redis:
runs-on: ${{ matrix.host.RUNNER }}
strategy:
matrix:
host:
- { RUNNER: ubuntu-latest }
steps:
- name: Check redis status
id: redis-check
Expand Down

0 comments on commit ebab9bc

Please sign in to comment.