Skip to content

Commit

Permalink
feat(.github): setup redis
Browse files Browse the repository at this point in the history
  • Loading branch information
keroro520 committed Jan 7, 2025
1 parent 941e104 commit dc7ab8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ jobs:
- name: Build ${{ inputs.version_name }} prover
run: make build

- name: Setup Redis service
uses: shogo82148/actions-setup-redis@v1
- name: Test ${{ inputs.version_name }} prover
run: make test

0 comments on commit dc7ab8b

Please sign in to comment.