We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abfdf97 + 74fdba1 commit b5b31d9Copy full SHA for b5b31d9
1 file changed
.github/workflows/test.yaml
@@ -55,6 +55,8 @@ jobs:
55
56
- name: Run tests
57
run: hatch run test:test --with-network
58
+ env:
59
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
61
- name: Upload coverage
62
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
@@ -126,6 +128,8 @@ jobs:
126
128
127
129
130
run: HATCH_PYTHON=${{ matrix.python-version }} ./e2e/${{ matrix.test-script }}.sh
131
132
133
134
- name: Upload logs for debugging
135
if: ${{ failure() }}
0 commit comments