Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Nov 26, 2021
1 parent 3ef4608 commit 5519834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ RUN apt-get update && \
google-cloud-sdk-datastore-emulator

COPY daemon.json /etc/docker/daemon.json
ENTRYPOINT []
1 change: 1 addition & 0 deletions lib/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash -ex

unset PIP_NO_BINARY
pipenv sync
pipenv run python -m unittest osv.bug_test
pipenv run python -m unittest osv.ecosystems_test

0 comments on commit 5519834

Please sign in to comment.