Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .gitlab-ci.yml

Issue 29905555: Noissue - Add badge, rename "tests" to "test" (Closed)
Patch Set: Created Oct. 9, 2018, 12:01 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitlab-ci.yml
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3642634941881bdb34771fddc8aa5e6b76fd3bb..9dd936d44e76c0a6dbf00f26aeb5dd74baa96ab8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,12 +66,12 @@ prepare-dependencies:
- ./
policy: push
-tests:gecko:
+test:gecko:
extends: .test_template
script:
- npm run test-only -- -g gecko
-tests:chrome:
+test:chrome:
extends: .test_template
script:
- xvfb-run npm run test-only -- -g chrome
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld