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

CI: add a test case for create account #44

Merged
merged 15 commits into from
Jun 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
image: node:10

stages:
- build
- test

cache:
paths:
- node_modules/

install_dependencies:
stage: build
script:
- npm install
artifacts:
paths:
- node_modules/

run_tests:
stage: test
script:
- npm test
- yarn
- yarn test
2 changes: 1 addition & 1 deletion blank_project/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@wasm/hello_world_ts",
"name": "hello_world_ts",
"description": "",
"version": "0.0.1",
"scripts": {
Expand Down
Loading