chore: fix run tests loop

This commit is contained in:
Chirag Aggarwal
2025-01-28 17:41:48 +00:00
parent c2aff2c2cb
commit c73f2afbe1
+1 -1
View File
@@ -164,7 +164,7 @@ jobs:
docker compose up -d
sleep 30
- name: Run ${{ matrix.service }} ${{ matrix.test_suffix }} tests (${{ matrix.tables-mode }})
- name: Run ${{ matrix.service }} tests with ${{ matrix.tables-mode }} table mode
run: |
if [ "${{ matrix.tables-mode }}" == "Shared V1" ]; then
echo "Using shared tables V1"