Skip to content

Commit 175f1d3

Browse files
committed
test: Update CI testing
1 parent f3411f1 commit 175f1d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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 }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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.

test/startTestApp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)