Skip to content

Commit

Permalink
feat: enable redis service explicitly in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefAWasfy committed Oct 9, 2024
1 parent 173b1d8 commit 488d0c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:
- FTL-17136_integration_test
jobs:
rust-pipeline:
uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@bef6eb731c274f98ef2c3c1c79d551f58420c97d
uses: affinidi/pipeline-rust/.github/workflows/checks.yaml@127f5c5a125a1586319a51fc50bf7066c83b86a6
secrets: inherit
with:
auditIgnore: 'RUSTSEC-2022-0040,RUSTSEC-2023-0071,RUSTSEC-2024-0373'
coverage: 10
useRedis: true

0 comments on commit 488d0c4

Please sign in to comment.