Skip to content

Commit d856d4a

Browse files
Parse the spec array into JSON to iterate through it
1 parent 456c4d5 commit d856d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
matrix:
7373
# fdi-version: ${{ fromJSON(needs.define-versions.outputs.fdiVersions) }}
7474
fdi-version: ["4.1"]
75-
spec: ${{ needs.setup-auth-react.outputs.specs }}
75+
spec: ${{ fromJSON(needs.setup-auth-react.outputs.specs) }}
7676

7777
env:
7878
SUPERTOKENS_CORE_PORT: 3567

0 commit comments

Comments
 (0)