mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: 1.0.0 pre
This commit is contained in:
@@ -8,7 +8,7 @@ import "../plugin/echo-plugin";
|
|||||||
describe("pipeline-hauwei-test", function () {
|
describe("pipeline-hauwei-test", function () {
|
||||||
it("#pipeline", async function () {
|
it("#pipeline", async function () {
|
||||||
this.timeout(120000);
|
this.timeout(120000);
|
||||||
function onChanged(history: RunHistory) {
|
async function onChanged(history: RunHistory) {
|
||||||
console.log("changed:");
|
console.log("changed:");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
//import { expect } from "chai";
|
|
||||||
import "mocha";
|
import "mocha";
|
||||||
import { Executor, RunHistory, FileStorage } from "@certd/pipeline";
|
import { Executor, FileStorage, RunHistory } from "@certd/pipeline";
|
||||||
import { pipeline } from "./pipeline.define";
|
import { pipeline } from "./pipeline.define";
|
||||||
import { AccessServiceTest } from "./access-service-test";
|
import { AccessServiceTest } from "./access-service-test";
|
||||||
import "../../src";
|
import "../../src";
|
||||||
import "../plugin/echo-plugin";
|
import "../plugin/echo-plugin";
|
||||||
|
|
||||||
describe("pipeline", function () {
|
describe("pipeline", function () {
|
||||||
it("#pipeline", async function () {
|
it("#pipeline", async function () {
|
||||||
this.timeout(120000);
|
this.timeout(120000);
|
||||||
function onChanged(history: RunHistory) {
|
async function onChanged(history: RunHistory) {
|
||||||
console.log("changed:");
|
console.log("changed:");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Autowire, IsTaskPlugin, TaskInput, ITaskPlugin } from "@certd/pipeline";
|
import { IsTaskPlugin, ITaskPlugin, TaskInput } from "@certd/pipeline";
|
||||||
|
|
||||||
@IsTaskPlugin({
|
@IsTaskPlugin({
|
||||||
name: "EchoPlugin",
|
name: "EchoPlugin",
|
||||||
|
|||||||
Reference in New Issue
Block a user