Skip to content

Commit 5c98f01

Browse files
committed
update: add backend-sdk server logs
1 parent 6bb6927 commit 5c98f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backend-sdk-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ jobs:
8282
run: |
8383
source venv/bin/activate
8484
docker compose up --build --wait
85-
python3 tests/test-server/app.py &
85+
python3 tests/test-server/app.py &> python.log &
8686
8787
- uses: supertokens/backend-sdk-testing-action@main
8888
with:
8989
version: ${{ matrix.fdi-version }}
9090
check-name-suffix: '[CDI=${{ matrix.cdi-version }}][Core=${{ steps.versions.outputs.coreVersionXy }}][FDI=${{ matrix.fdi-version }}][Py=${{ matrix.py-version }}][Node=${{ matrix.node-version }}]'
9191
path: backend-sdk-testing
92+
app-server-logs: ${{ github.workspace }}/supertokens-python/python.log

0 commit comments

Comments
 (0)