We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ed0f5 commit faa00b2Copy full SHA for faa00b2
.buildkite/pipeline.yml
@@ -23,6 +23,23 @@ steps:
23
- NPM_TOKEN
24
- CHROME-BIN=google-chrome
25
26
+ - label: 'SauceLabs'
27
+ soft_fail: true
28
+ command:
29
+ - yarn test:ci
30
+ plugins:
31
+ - ssh://git@github.com/segmentio/cache-buildkite-plugin#v1.0.0:
32
+ key: "v1-cache-dev-{{ checksum 'yarn.lock' }}"
33
+ paths: ['node_modules/']
34
+ s3_bucket_name: 'segment-buildkite-cache'
35
+ - docker#v3.3.0:
36
+ image: 528451384384.dkr.ecr.us-west-2.amazonaws.com/analytics.js-integrations-ci
37
+ user: root
38
+ environment:
39
+ - NPM_TOKEN
40
+ - SAUCE_USERNAME
41
+ - SAUCE_ACCESS_KEY
42
+
43
- label: '🔒 Snyk Security Check'
44
agents:
45
queue: v1
0 commit comments