Skip to content

Commit

Permalink
Remove workarounds to CI Github Action as it didn't consistently work…
Browse files Browse the repository at this point in the history
…. Let's

see if the switch to bind mounts will finally resolve the issues.
  • Loading branch information
jonasbardino committed Mar 27, 2024
1 parent 8949d9f commit db13102
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
make dockerbuild
- name: Start services
run: |
grep -E "DOCKER_MIGRID_ROOT=|MIG_SYSTEM_RUN=" .env
echo "NOTE: use sequential start here to make docker bind mounts behave"
export COMPOSE_PARALLEL_LIMIT=1
make up
- name: Run tests
run: |
Expand Down

0 comments on commit db13102

Please sign in to comment.