Skip to content

Commit

Permalink
ci: Change registry to executor
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Dec 7, 2024
1 parent e895d52 commit 8bb98c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Start Docker services
env:
TRACECAT__UNSAFE_DISABLE_SM_MASKING: "true"
run: docker compose -f docker-compose.dev.yml up --build --no-deps -d api worker registry postgres_db caddy
run: docker compose -f docker-compose.dev.yml up --build --no-deps -d api worker executor postgres_db caddy

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8bb98c6

Please sign in to comment.