Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into if-env
  • Loading branch information
manushak committed Jun 18, 2024
2 parents 4a8a962 + be0862b commit ea5e643
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/plugins/csv-lookup/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ tree:
- timestamp: 2023-08-06T00:00
duration: 3600
cloud/provider: Google Cloud
cloud/region: asia-east-1
cloud/region: asia-east1
2 changes: 1 addition & 1 deletion manifests/plugins/divide/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: divide
description: success path
tags:
initialize:
# outputs: ['yaml']
outputs: ['yaml']
plugins:
cloud-metadata:
method: CloudMetadata
Expand Down
2 changes: 1 addition & 1 deletion manifests/plugins/sum/success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sum
description: successful path
tags:
initialize:
outputs: ['yaml']
# outputs: ['yaml']
plugins:
sum:
method: Sum
Expand Down
1 change: 1 addition & 0 deletions src/__tests__/unit/util/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jest.mock('../../../util/logger', () => ({
}));

import {ERRORS} from '@grnsft/if-core';

import {
andHandle,
checkIfEqual,
Expand Down
1 change: 0 additions & 1 deletion src/util/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as fs from 'fs/promises';
import * as path from 'path';

import {createInterface} from 'node:readline/promises';
import {exec} from 'node:child_process';
import {promisify} from 'node:util';
Expand Down

0 comments on commit ea5e643

Please sign in to comment.