Skip to content

Commit

Permalink
Configure ⚙ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edudepetris committed Oct 2, 2018
1 parent 834e5af commit 761cea2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
image: node:latest

stages:
- test

cache:
paths:
- node_modules/

test:
stage: test
script:
- yarn install
- yarn test
2 changes: 1 addition & 1 deletion test/services/fetchers/galicia.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Galicia from '../../../src/services/fetchers/Galicia'
import Galicia from '../../../src/services/fetchers/galicia'
import BankOptions from '../../../src/services/bankInterfaces'
import { expect } from 'chai'
import * as nock from 'nock'
Expand Down

0 comments on commit 761cea2

Please sign in to comment.