Skip to content

Commit 9006e3f

Browse files
temp gh action
Signed-off-by: Karan <karanlokchandani@protonmail.com>
1 parent 6651e38 commit 9006e3f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/temp.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ on:
1313

1414
jobs:
1515
test:
16-
name: Run Runtime Tests
16+
name: Run Runtime Tests - Attempt ${{ matrix.repeat }}
1717
runs-on: ubuntu-latest
18+
strategy:
19+
matrix:
20+
repeat: [1, 2, 3, 4, 5] # Run the same job 5 times
21+
1822
services:
1923
postgres:
2024
image: postgres:15

0 commit comments

Comments
 (0)