From 625fa9c3575a3dae3db2ee22ab5f471c6550e9a6 Mon Sep 17 00:00:00 2001 From: Martin op iMac Date: Tue, 31 Oct 2023 13:37:17 +0100 Subject: [PATCH] test deploy farm service no pytest --- .github/workflows/continuous-deployment.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 93b6909..1668b91 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -27,10 +27,6 @@ jobs: run: | python3 -m pip install --upgrade pip pip install -r requirements.txt - - - name: Run tests with pytest - run: | - pytest tests deploy: runs-on: ubuntu-20.04