File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- GITCODE_BASE_URL =
2- GITCODE_PERSONAL_OWNER =
3- GITCODE_PERSONAL_ACCESS_TOKEN =
1+ GITCODE_BASE_URL = " https://api.gitcode.com/api/v5 "
2+ GITCODE_PERSONAL_OWNER = " "
3+ GITCODE_PERSONAL_ACCESS_TOKEN = " "
Original file line number Diff line number Diff line change 55 branches :
66 - master
77
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+
813jobs :
914 test :
1015 runs-on : ubuntu-latest
2429
2530 - name : Run tests
2631 run : uv run pytest tests --alluredir=allure-results
27- env :
28- GITCODE_BASE_URL : ${{ env.GITCODE_BASE_URL }}
29- GITCODE_PERSONAL_ACCESS_TOKEN : ${{ env.GITCODE_PERSONAL_ACCESS_TOKEN }}
30- GITCODE_PERSONAL_OWNER : ${{ env.GITCODE_PERSONAL_OWNER }}
3132
3233 - name : Load test report history
3334 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments