Skip to content

Commit

Permalink
run only adserver tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski committed Dec 8, 2021
1 parent 6e6fab8 commit 56ca263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/alibi-detect-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type_check:

.PHONY: test
test: type_check
pytest -W ignore
pytest -W ignore adserver

.PHONY: lint
lint:
Expand Down Expand Up @@ -125,4 +125,3 @@ redhat-image-scan:
echo $${rh_password_alibi_detect} | docker login -u unused scan.connect.redhat.com --password-stdin
docker tag ${REPO}/${IMAGE}:${VERSION} scan.connect.redhat.com/ospid-32ed6498-bce5-4c3b-9486-fe1c6e2582d3/${IMAGE}:${VERSION}
docker push scan.connect.redhat.com/ospid-32ed6498-bce5-4c3b-9486-fe1c6e2582d3/${IMAGE}:${VERSION}

0 comments on commit 56ca263

Please sign in to comment.