File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 }}]"
You can’t perform that action at this time.
0 commit comments