Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed May 19, 2022
1 parent 9326529 commit 02b6817
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ default:

test-lint:
./test/linter/test.sh
echo
echo =======================
echo = LINTER TESTS PASSED =
echo =======================

test-unit:
helm plugin ls | grep unittest || helm plugin install https://github.com/quintush/helm-unittest
helm unittest -f 'test/unit/*.yaml' -3 .
echo
echo =====================
echo = UNIT TESTS PASSED =
echo =====================

test: test-lint test-unit

Expand Down

0 comments on commit 02b6817

Please sign in to comment.