We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac19836 commit 6d99106Copy full SHA for 6d99106
1 file changed
.github/workflows/ci.yml
@@ -5,11 +5,6 @@ on:
5
branches:
6
- master
7
8
-env:
9
- GITCODE_BASE_URL: "https://api.gitcode.com/api/v5"
10
- GITCODE_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITCODE_PERSONAL_ACCESS_TOKEN }}
11
- GITCODE_PERSONAL_OWNER: "chaocw"
12
-
13
jobs:
14
test:
15
runs-on: ubuntu-latest
@@ -28,6 +23,10 @@ jobs:
28
23
run: uv sync --locked --all-extras --dev
29
24
30
25
- name: Run tests
26
+ env:
27
+ GITCODE_BASE_URL: "https://api.gitcode.com/api/v5"
+ GITCODE_PERSONAL_ACCESS_TOKEN: ${{ secrets.GITCODE_PERSONAL_ACCESS_TOKEN }}
+ GITCODE_PERSONAL_OWNER: "chaocw"
31
run: uv run pytest tests --alluredir=allure-results
32
33
- name: Load test report history
0 commit comments