File tree Expand file tree Collapse file tree 2 files changed +14
-20
lines changed Expand file tree Collapse file tree 2 files changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,21 @@ steps:
149149 plugins :
150150 -
ssh://[email protected] /segmentio/cache-buildkite-plugin#v2.0.0: 151151 key : " v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
152+
153+ - label : ' [Consent] Integration Tests'
154+ agents :
155+ queue : v1
156+ commands :
157+ - npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
158+ - echo "--- Install dependencies"
159+ - HUSKY=0 yarn install --immutable
160+ - echo "--- Build + Test"
161+ - yarn turbo run --filter='./packages/consent/consent-tools-integration-tests' test:int
152162
163+ plugins :
164+ -
ssh://[email protected] /segmentio/cache-buildkite-plugin#v2.0.0: 165+ key : " v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
166+
153167 - label : ' [Signals] Lint + Test'
154168 agents :
155169 queue : v1
Original file line number Diff line number Diff line change 5555 restore-keys : |
5656 ${{ runner.os }}-turbo-
5757 - run : yarn turbo run --filter='./packages/node-integration-tests' test:cloudflare-workers
58- consent-intg-tests :
59- name : Consent Integration Tests
60- runs-on : ubuntu-latest
61- steps :
62- - uses : actions/checkout@v3
63-
64- - uses : browser-actions/setup-chrome@v1
65- - uses : actions/setup-node@v3
66- with :
67- node-version : 16 # UPDATE TO NODE 20!!!
68- cache : ' yarn'
69- - run : yarn install --immutable
70- - name : Turbo cache
71- uses : actions/cache@v3
72- with :
73- path : node_modules/.cache/turbo
74- key : ${{ runner.os }}-turbo-${{ github.sha }}
75- restore-keys : |
76- ${{ runner.os }}-turbo-
77- - run : yarn turbo run --filter='./packages/consent/consent-tools-integration-tests' test:int
You can’t perform that action at this time.
0 commit comments