Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Run tests on both staging and master nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Sep 9, 2019
1 parent d2d4b9c commit e228986
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ run_tests:
- gcloud
script:
- yarn
- NODE_ENV=ci-staging yarn test
- NODE_ENV=ci yarn test


run_tests_staging:
stage: test
tags:
- gcloud
script:
- yarn
- NODE_ENV=ci-staging yarn test

0 comments on commit e228986

Please sign in to comment.