Skip to content

Commit 996ebd2

Browse files
Make some improvements in the workflow
1 parent d856d4a commit 996ebd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/auth-react-test-1.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: true
3434
matrix:
3535
# fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
36-
fdi-version: ["4.1"]
36+
fdi-version: ["4.1", "3.1"]
3737

3838
outputs:
3939
AUTH_REACT__LOG_DIR: ${{ steps.envs.outputs.AUTH_REACT__LOG_DIR }}
@@ -67,11 +67,11 @@ jobs:
6767
needs: setup-auth-react
6868

6969
strategy:
70-
max-parallel: 2
70+
max-parallel: 10
7171
fail-fast: false
7272
matrix:
7373
# fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
74-
fdi-version: ["4.1"]
74+
fdi-version: ["4.1", "3.1"]
7575
spec: ${{ fromJSON(needs.setup-auth-react.outputs.specs) }}
7676

7777
env:
@@ -96,7 +96,7 @@ jobs:
9696
working-directory: supertokens-auth-react
9797

9898
- uses: supertokens/auth-react-testing-action@main
99-
name: ${{ matrix.fdi-version }}
99+
name: test ${{ matrix.spec }} for ${{ matrix.fdi-version }}
100100
with:
101101
fdi-version: ${{ matrix.fdi-version }}
102102
check-name-suffix: "[FDI=${{ matrix.fdi-version }}][Spec=${{ matrix.spec }}]"

0 commit comments

Comments
 (0)