Skip to content

Commit 74ab454

Browse files
committed
fix
1 parent aa24e03 commit 74ab454

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/acceptance.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ jobs:
6868
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6969
name: Checkout sentry
7070

71-
- name: Start devservices early
72-
uses: ./.github/actions/setup-devservices
73-
with:
74-
mode: acceptance-ci
75-
7671
- name: Step configurations
7772
id: config
7873
run: |
@@ -98,6 +93,11 @@ jobs:
9893
run: |
9994
make build-chartcuterie-config
10095
96+
- name: Start devservices early
97+
uses: ./.github/actions/setup-devservices
98+
with:
99+
mode: acceptance-ci
100+
101101
- name: Setup sentry env
102102
uses: ./.github/actions/setup-sentry
103103
id: setup

0 commit comments

Comments
 (0)