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 e7d4e34 commit 58d3b28Copy full SHA for 58d3b28
.github/workflows/run_code_checks.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
unit_tests:
42
name: Unit tests
43
- uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python
+ uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
44
secrets:
45
httpbin_url: ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org' }}
46
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments