Skip to content

Commit

Permalink
♻️ (typescript_test.yml): refactor matrix values for shardIndex and s…
Browse files Browse the repository at this point in the history
…hardTotal to reduce redundancy and improve readability
  • Loading branch information
Cristhianzl authored and ogabrielluiz committed Aug 16, 2024
1 parent b3e3eb3 commit 8696ff7
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .github/workflows/typescript_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,8 @@ jobs:
strategy:
fail-fast: false
matrix:
shardIndex:
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
]
shardTotal: [20]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
shardTotal: [10]
env:
OPENAI_API_KEY: ${{ inputs.openai_api_key || secrets.OPENAI_API_KEY }}
STORE_API_KEY: ${{ inputs.store_api_key || secrets.STORE_API_KEY }}
Expand Down

0 comments on commit 8696ff7

Please sign in to comment.