Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 5, 2023
1 parent f23e9c9 commit 9147186
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/usr/bin/env sh

# Installing test dependencies:
pip3 install safety
set -e

# Running tests:
pip3 --version
git --version
docker-compose --version
docker compose --version
dump-env --version
disl --version

# Installing test dependencies:
pip3 install safety

# Running safety:
safety check

0 comments on commit 9147186

Please sign in to comment.