Skip to content

Commit 1b60d68

Browse files
committed
ci(github-actions): update workflow for CoSec-CoCache testing
- Rename cosec-redis-test job to cosec-cocache-test - Update job name from 'CoSec Redis Test' to 'CoSec CoCache Test' - Modify test command from 'cosec-redis:check' to 'cosec-cocache:check'
1 parent 7972ff8 commit 1b60d68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/integration-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
- name: Test CoSec-Social
100100
run: ./gradlew cosec-social:clean cosec-social:check
101101

102-
cosec-redis-test:
103-
name: CoSec Redis Test
102+
cosec-cocache-test:
103+
name: CoSec CoCache Test
104104
needs: [ cosec-core-test ]
105105
runs-on: ubuntu-latest
106106
services:
@@ -125,8 +125,8 @@ jobs:
125125
server-id: github
126126
settings-path: ${{ github.workspace }}
127127

128-
- name: Test CoSec-Redis
129-
run: ./gradlew cosec-redis:clean cosec-redis:check
128+
- name: Test CoSec-CoCache
129+
run: ./gradlew cosec-cocache:clean cosec-cocache:check
130130

131131
cosec-webflux-test:
132132
name: CoSec WebFlux Test

0 commit comments

Comments
 (0)