We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a6f37 commit 456c4d5Copy full SHA for 456c4d5
.github/workflows/auth-react-test-1.yml
@@ -72,6 +72,7 @@ jobs:
72
matrix:
73
# fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
74
fdi-version: ["4.1"]
75
+ spec: ${{ needs.setup-auth-react.outputs.specs }}
76
77
env:
78
SUPERTOKENS_CORE_PORT: 3567
@@ -98,6 +99,6 @@ jobs:
98
99
name: ${{ matrix.fdi-version }}
100
with:
101
fdi-version: ${{ matrix.fdi-version }}
- check-name-suffix: "[FDI=${{ matrix.fdi-version }}][Spec=${{ needs.setup-auth-react.outputs.specs }}]"
102
+ check-name-suffix: "[FDI=${{ matrix.fdi-version }}][Spec=${{ matrix.spec }}]"
103
path: supertokens-auth-react
- spec: ${{ needs.setup-auth-react.outputs.specs }}
104
+ spec: ${{ matrix.spec }}
0 commit comments