Skip to content

Commit ce91a38

Browse files
committed
Update api tests workflow for GH
1 parent 2c27277 commit ce91a38

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/api-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ on:
2424
- ".github/workflows/api-tests.yml"
2525
workflow_dispatch:
2626

27+
env:
28+
CI: true
29+
2730
jobs:
2831
tests:
2932
runs-on: ubuntu-latest
@@ -61,7 +64,11 @@ jobs:
6164
uses: andymckay/[email protected]
6265
- name: Run tests
6366
if: always()
64-
run: TEKST_DEV_MODE=true TEKST_CUSTOM_ENV_FILE=.env.test TEKST_EMAIL__SMTP_STARTTLS=false uv run pytest && uv run coverage lcov
67+
env:
68+
TEKST_DEV_MODE: true
69+
TEKST_CUSTOM_ENV_FILE: .env.test
70+
TEKST_EMAIL__SMTP_STARTTLS: false
71+
run: uv run pytest && uv run coverage lcov
6572
- name: Coveralls
6673
uses: coverallsapp/github-action@v2
6774
continue-on-error: true

0 commit comments

Comments
 (0)