From d4117b882a749424843920011a627fdbebdac0e4 Mon Sep 17 00:00:00 2001 From: alavenant Date: Mon, 18 Dec 2023 15:20:29 +0100 Subject: [PATCH] Update cicd_deploy.yml --- .github/workflows/cicd_deploy.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd_deploy.yml b/.github/workflows/cicd_deploy.yml index 033020f..85fdc4a 100644 --- a/.github/workflows/cicd_deploy.yml +++ b/.github/workflows/cicd_deploy.yml @@ -28,16 +28,13 @@ jobs: activate-environment: pdal_ign_plugin environment-file: ./environment.yml auto-activate-base: true - - - name: conda_info - run: conda info - - - name: find_conda_sh - run: source /usr/share/miniconda/etc/profile.d/conda.sh - name: compil_plugins run: source ./ci/build.sh + - name: test + run: source ./ci/launch_test.sh + - name: Login to Docker Hub uses: docker/login-action@v2 with: