UNPKG

466 BYAMLView Raw
1version: 0.2
2
3env:
4 variables:
5 AWS_REGION: "us-west-2"
6 CHROME_BIN: "/usr/bin/chromium-browser"
7
8phases:
9 install:
10 runtime-versions:
11 nodejs: 12
12 pre_build:
13 commands:
14 - echo Install npm dependencies
15 - npm install
16 - gem install rake
17 build:
18 commands:
19 - echo Running Test
20 - npm run test
21 post_build:
22 commands:
23 - ./node_modules/.bin/codecov -f coverage/*.json -t e89a5f73-fd56-45de-8799-009a19bde63c