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

Commit

Permalink
Merge pull request #138 from nearprotocol/run-on-master-and-staging
Browse files Browse the repository at this point in the history
Run tests on both staging and master nodes
  • Loading branch information
vgrichina authored Sep 9, 2019
2 parents 3025f4f + 1f3cd22 commit 2afeb06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ run_tests:
script:
- yarn
- NODE_ENV=ci yarn test

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

0 comments on commit 2afeb06

Please sign in to comment.