mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
github test fix
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -75,13 +75,10 @@ jobs:
|
|||||||
npm run test-core
|
npm run test-core
|
||||||
npm run test-generate
|
npm run test-generate
|
||||||
npm run test-reports
|
npm run test-reports
|
||||||
|
npm run test-rpki
|
||||||
npm run test-neighbor
|
npm run test-neighbor
|
||||||
npm run test-dump
|
npm run test-dump
|
||||||
|
|
||||||
- name: Tests RPKI
|
|
||||||
run: |
|
|
||||||
npm run test-rpki
|
|
||||||
|
|
||||||
- name: Tests Proxy
|
- name: Tests Proxy
|
||||||
run: |
|
run: |
|
||||||
npm install -g anyproxy
|
npm install -g anyproxy
|
||||||
|
@@ -33,7 +33,6 @@
|
|||||||
const chai = require("chai");
|
const chai = require("chai");
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const chaiSubset = require('chai-subset');
|
const chaiSubset = require('chai-subset');
|
||||||
const readLastLines = require("read-last-lines");
|
|
||||||
chai.use(chaiSubset);
|
chai.use(chaiSubset);
|
||||||
const expect = chai.expect;
|
const expect = chai.expect;
|
||||||
const volume = "volumetests/";
|
const volume = "volumetests/";
|
||||||
|
Reference in New Issue
Block a user