Skip to content

Commit 456c4d5

Browse files
Use alternative approach to pass spec files to test action
1 parent 45a6f37 commit 456c4d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +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 }}
7576

7677
env:
7778
SUPERTOKENS_CORE_PORT: 3567
@@ -98,6 +99,6 @@ jobs:
9899
name: ${{ matrix.fdi-version }}
99100
with:
100101
fdi-version: ${{ matrix.fdi-version }}
101-
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 }}]"
102103
path: supertokens-auth-react
103-
spec: ${{ needs.setup-auth-react.outputs.specs }}
104+
spec: ${{ matrix.spec }}

0 commit comments

Comments
 (0)