Skip to content

Commit

Permalink
DO NOT MERGE: modify ci to allow integration tests to run before work…
Browse files Browse the repository at this point in the history
…ing out unit tests
  • Loading branch information
orndorffgrant committed Mar 26, 2024
1 parent 2bedc22 commit 9604c53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,3 @@ jobs:
run: |
./tools/update-pos.sh
[ $(git diff --ignore-matching-lines="POT-Creation-Date" | wc -c) = "0" ]
unit-tests:
name: Unit Tests
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy update
sudo DEBIAN_FRONTEND=noninteractive apt-get -qy install tox libapt-pkg-dev
- name: Git checkout
uses: actions/checkout@v3
- name: Unit
run: tox -e test
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (LTS,$(findstring LTS,$(VERSION)))
make -C apt-hook test
endif
python3 -m pytest
python3 -m flake8 uaclient
endif

Expand Down

0 comments on commit 9604c53

Please sign in to comment.