Skip to content

Commit

Permalink
Remove useless imports and run on pr only
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Dec 14, 2022
1 parent 7fcdc4a commit 500a365
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: [pull_request]

jobs:
test_build:
Expand Down
1 change: 0 additions & 1 deletion test/mongo-dao.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'mocha';
import { expect } from 'chai';
import { MongoConnector } from '../src/providers/scicat-provider/dao/mongo-dao';

Expand Down
3 changes: 1 addition & 2 deletions test/routes.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import 'mocha';
import { expect } from 'chai';
import request from 'supertest';
import * as jsdom from 'jsdom';
import {createSandbox, SinonSandbox, SinonStub} from 'sinon';
import {createSandbox, SinonSandbox} from 'sinon';
import { MongoConnector } from '../src/providers/scicat-provider/dao/mongo-dao';
import * as fixtures from './fixtures';
import { Application } from "express";
Expand Down
1 change: 0 additions & 1 deletion test/scicat.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import 'mocha';
import { expect } from 'chai';
import { parseParams } from '../src/providers/controllers/scicat';

Expand Down

0 comments on commit 500a365

Please sign in to comment.