From ef9eae074ebd5fc25c369ae01134abc9c36718d4 Mon Sep 17 00:00:00 2001 From: jbwallace123 <41006280+jbwallace123@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:30:52 -0500 Subject: [PATCH] attempt #4 --- .github/workflows/docker_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_test.yml b/.github/workflows/docker_test.yml index 1832d27..e3abc91 100644 --- a/.github/workflows/docker_test.yml +++ b/.github/workflows/docker_test.yml @@ -30,9 +30,9 @@ jobs: - name: Build and run Docker Compose run: | - docker-compose --env-file=${{secrets.DOCKERENV}} -f ../docker/calcium_imaging_worker/dist/debian/docker-compose-calcium_imaging_worker.yaml -p up --build -d - docker-compose --env-file=${{secrets.DOCKERENV}} -f ../docker/spike_sorting_local_worker/dist/debian/docker-compose-spike_sorting_local_worker.yaml -p up --build -d - docker-compose --env-file=${{secrets.DOCKERENV}} -f ../docker/standard_worker/dist/debian/docker-compose-standard_worker.yaml -p up --build -d + docker-compose --env-file=${{secrets.DOCKERENV}} -f ./docker/calcium_imaging_worker/dist/debian/docker-compose-calcium_imaging_worker.yaml -p sabatini-datajoint-pipeline_calcium_imaging_worker build --no-cache + docker-compose --env-file=${{secrets.DOCKERENV}} -f ./docker/spike_sorting_local_worker/dist/debian/docker-compose-spike_sorting_local_worker.yaml -p sabatini-datajoint-pipeline_spike_sorting_local_worker build --no-cache + docker-compose --env-file=${{secrets.DOCKERENV}} -f ./docker/standard_worker/dist/debian/docker-compose-standard_worker.yaml -p sabatini-datajoint-pipeline_standard build --no-cache # Add additional steps here for testing or other actions