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 ee091df commit 762a9e3Copy full SHA for 762a9e3
.github/workflows/ci.yaml
@@ -36,16 +36,16 @@ jobs:
36
steps:
37
- name: Checkout
38
uses: actions/checkout@v4
39
- - name: Install tox & poetry
40
- run: |
41
- pipx install tox
42
- pipx install poetry
43
- - name: Run tests
44
- run: tox run -e unit
45
- - name: Upload Coverage to Codecov
46
- uses: codecov/codecov-action@v5
47
- env:
48
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ # - name: Install tox & poetry
+ # run: |
+ # pipx install tox
+ # pipx install poetry
+ # - name: Run tests
+ # run: tox run -e unit
+ # - name: Upload Coverage to Codecov
+ # uses: codecov/codecov-action@v5
+ # env:
+ # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
50
build:
51
name: Build charm
0 commit comments