Skip to content

Commit b73e75a

Browse files
setup-integration-tests
1 parent 90a25ed commit b73e75a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ jobs:
151151
working_directory: ~/Sites
152152
command: |
153153
bin/cli bash -c "cd ./dev/tests/integration && export \$(cat .env | xargs) && echo 'Environment variables applied successfully'"
154+
- run:
155+
name: Prepare integration test environment
156+
working_directory: ~/Sites
157+
command: |
158+
bin/setup-integration-tests
154159
- run:
155160
name: Run Integration Tests
156161
working_directory: ~/Sites

0 commit comments

Comments
 (0)