Skip to content

Commit

Permalink
attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwallace123 committed Jan 19, 2024
1 parent 59ababf commit ef9eae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef9eae0

Please sign in to comment.