Skip to content

Commit

Permalink
Increase size in pipeline steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia Teegarden committed Oct 1, 2020
1 parent 243f4b5 commit cab1eb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ definitions:
- yarn run lint
- step: &test-unit
name: Run unit tests
size: 2x
script:
- yarn install --frozen-lockfile
- yarn run test:unit
- step: &test-integration
name: Run integration tests
size: 2x
script:
- yarn install --frozen-lockfile
- yarn run test:integration-ci
Expand Down

0 comments on commit cab1eb6

Please sign in to comment.