From 8d2422274ae948f7412b6960597f5de91f3d8830 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 17:39:46 +0300 Subject: move all tests to test/ --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da2f831..feb74f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Integration tests - run: ./.ci/local/test.sh + run: ./test/integration/local/test.sh - name: Unit tests run: python -m unittest --buffer @@ -37,7 +37,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Integration tests - run: ./.ci/docker/test.sh + run: ./test/integration/docker/test.sh publish_docker: needs: [test_local, test_docker] -- cgit v1.2.3