afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
9 deletions
.circleci/config.yml
@ -7,27 +7,24 @@ version: 2.1
jobs:
test-argos-ci:
docker:
- image : cimg/node:lts
- image : cimg/node:lts-browsers
steps:
- checkout
- run:
name : Install node_modules
command : npm i
command : yar n
- run:
name : Install argos cli
command : npm i fast-glob lodash @argos-ci/core
- run:
name : Install puppeteer
command : node node_modules/puppeteer/install.js
command : yarn add fast-glob lodash @argos-ci/core
- run:
name : Build dist file
command : npm ru n dist
command : yarn dist
- run:
name : Run image screenshot tests
command : npm ru n test-image
command : yar n test-image
- run:
name : Upload screenshots to Argos CI
command : npm ru n argos
command : yar n argos
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class : large