Equibit / wallet-ui

0 stars 1 forks source link

Test: simplify setup for the unit test suite #1118

Closed kvagajack closed 6 years ago

kvagajack commented 6 years ago

Do not use all the defaults actions for the unit test suite. Default actions include steps that are setting API for e2e (which unit tests do not need).

jobs:
  include:
    - stage: Testing
      env:
        - TEST_SUITE=cypress-test
      <<: *defaults
    - stage: Testing
      env:
        - TEST_SUITE=cypress-test
      <<: *defaults
    - stage: Testing
      env:
        - TEST_SUITE=test
      <<: *defaults