Skip to content

Commit 762a9e3

Browse files
committed
Disable unit tests
1 parent ee091df commit 762a9e3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ jobs:
3636
steps:
3737
- name: Checkout
3838
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 }}
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 }}
4949

5050
build:
5151
name: Build charm

0 commit comments

Comments
 (0)