Skip to content

Commit

Permalink
Tmp: Remove unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan-gallagher committed Jun 17, 2024
1 parent 8979bb9 commit d13d4cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/debpic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ jobs:
- name: Mypy
run: |
make -f checks.mk mypy
- name: Pytest
run: |
make -f checks.mk pytest
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Package
run: |
make -f checks.mk package
Expand All @@ -64,6 +57,7 @@ jobs:
path: ./built_packages/debpic*.deb
if-no-files-found: error
- name: Update Apt Repo
# 0if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: |
mkdir ~/.config/git
echo "[user]
Expand Down

0 comments on commit d13d4cf

Please sign in to comment.