Skip to content

Commit 165daa3

Browse files
Update workflow to make it ready for merge
1 parent ab28870 commit 165daa3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
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

@@ -32,8 +31,7 @@ jobs:
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 }}
@@ -43,6 +41,7 @@ jobs:
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
@@ -70,8 +69,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)