File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7373 - name : Reconfigure git to use HTTP authentication
7474 run :
git config --global url."https://github.com/".insteadOf ssh://[email protected] / 7575
76- - uses : supertokens/auth-react-testing-action/setup@main
76+ - uses : supertokens/auth-react-testing-action/setup@feat/nextjs-tests
7777 id : envs
7878 with :
7979 auth-react-version : ${{ github.sha }}
Original file line number Diff line number Diff line change 9898 env :
9999 SUPERTOKENS_CORE_VERSION : ${{ steps.core-version.outputs.coreVersion }}
100100
101- - uses : supertokens/auth-react-testing-action@main
101+ - uses : supertokens/auth-react-testing-action@feat/nextjs-tests
102102 name : test ${{ matrix.spec }} for ${{ inputs.fdi-version }}
103103 with :
104104 fdi-version : ${{ inputs.fdi-version }}
File renamed without changes.
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ function startEndToEnd () {
3737 fi
3838
3939 BASE_SPEC_FILES=" test/end-to-end/**/**.test.js"
40- EXCLUDED_SPEC_FILES=" test/end-to-end/**/nextjs. ssr.test.js"
40+ EXCLUDED_SPEC_FILES=" test/end-to-end/**/ssr.nextjs .test.js"
4141 if [[ " ${RUN_NEXTJS_TESTS} " == " true" ]]; then
42- BASE_SPEC_FILES=" test/end-to-end/**/nextjs. ssr.test.js"
42+ BASE_SPEC_FILES=" test/end-to-end/**/ssr.nextjs .test.js"
4343 EXCLUDED_SPEC_FILES=" "
4444 fi
4545
You can’t perform that action at this time.
0 commit comments