File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010 branches :
1111 - master
1212 - " v[0-9]+.[0-9]+"
13- - " ci/github-actions/auth-react/v0.48.0" # TODO: Remove this
1413 tags :
1514 - " (dev-)?v[0-9]+.[0-9]+.[0-9]+"
1615
3231 strategy :
3332 fail-fast : true
3433 matrix :
35- # fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
36- fdi-version : ["4.0"]
34+ fdi-version : ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
3735
3836 outputs :
3937 AUTH_REACT__LOG_DIR : ${{ steps.envs.outputs.AUTH_REACT__LOG_DIR }}
4341 AUTH_REACT__TEST_MODE : ${{ steps.envs.outputs.AUTH_REACT__TEST_MODE }}
4442 AUTH_REACT__PORT : ${{ steps.envs.outputs.AUTH_REACT__PORT }}
4543 specs : ${{ steps.envs.outputs.specs }}
44+ fdiVersions : ${{ needs.define-versions.outputs.fdiVersions }}
4645
4746 steps :
4847 - uses : supertokens/get-versions-action@main
7069 max-parallel : 1 # This is important to avoid ddos GHA API
7170 fail-fast : false # Don't fail fast to avoid locking TF State
7271 matrix :
73- # fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
74- fdi-version : ["4.0"]
72+ fdi-version : ${{ fromJSON(needs.setup-auth-react.outputs.fdiVersions) }}
7573 with :
7674 fdi-version : ${{ matrix.fdi-version }}
7775 specs : ${{ needs.setup-auth-react.outputs.specs }}
You can’t perform that action at this time.
0 commit comments