Skip to content

Commit 84c7af2

Browse files
fix(ci): install vdev via setup action in ci-integration-review workflow (#25077)
chore(ci): install vdev via setup action in ci-integration-review workflow
1 parent 87ed519 commit 84c7af2

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/ci-integration-review.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,17 @@ jobs:
117117
submodules: "recursive"
118118
ref: ${{ github.event.review.commit_id }}
119119

120+
- uses: ./.github/actions/setup
121+
with:
122+
vdev: true
123+
datadog-ci: true
124+
120125
- name: Pull test runner image
121126
uses: ./.github/actions/pull-test-runner
122127
with:
123128
github_token: ${{ secrets.GITHUB_TOKEN }}
124129
commit_sha: ${{ github.event.review.commit_id }}
125130

126-
- run: bash scripts/environment/prepare.sh --modules=datadog-ci
127-
128131
- name: Integration Tests - ${{ matrix.service }}
129132
if: ${{ startsWith(github.event.review.body, '/ci-run-integration-all')
130133
|| startsWith(github.event.review.body, '/ci-run-all')
@@ -156,14 +159,17 @@ jobs:
156159
submodules: "recursive"
157160
ref: ${{ github.event.review.commit_id }}
158161

162+
- uses: ./.github/actions/setup
163+
with:
164+
vdev: true
165+
datadog-ci: true
166+
159167
- name: Pull test runner image
160168
uses: ./.github/actions/pull-test-runner
161169
with:
162170
github_token: ${{ secrets.GITHUB_TOKEN }}
163171
commit_sha: ${{ github.event.review.commit_id }}
164172

165-
- run: bash scripts/environment/prepare.sh --modules=datadog-ci
166-
167173
- name: E2E Tests - ${{ matrix.service }}
168174
if: ${{ startsWith(github.event.review.body, '/ci-run-e2e-all')
169175
|| startsWith(github.event.review.body, '/ci-run-all')

0 commit comments

Comments
 (0)