We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1295914 commit 5778619Copy full SHA for 5778619
.github/workflows/backend-sdk-testing.yml
@@ -82,10 +82,11 @@ jobs:
82
run: |
83
source venv/bin/activate
84
docker compose up --build --wait
85
- python3 tests/test-server/app.py &
+ python3 tests/test-server/app.py &> python.log &
86
87
- uses: supertokens/backend-sdk-testing-action@main
88
with:
89
version: ${{ matrix.fdi-version }}
90
check-name-suffix: '[CDI=${{ matrix.cdi-version }}][Core=${{ steps.versions.outputs.coreVersionXy }}][FDI=${{ matrix.fdi-version }}][Py=${{ matrix.py-version }}][Node=${{ matrix.node-version }}]'
91
path: backend-sdk-testing
92
+ app-server-logs: ${{ github.workspace }}/supertokens-python/python.log
0 commit comments