mirror of
https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git
synced 2026-03-10 08:41:23 +00:00
Removing debug
This commit is contained in:
2
.github/workflows/sampletest.yml
vendored
2
.github/workflows/sampletest.yml
vendored
@@ -16,4 +16,4 @@ jobs:
|
||||
with:
|
||||
postman-key: ${{ secrets.POSTMAN_API_KEY }}
|
||||
workspace-id: ${{ secrets.POSTMAN_WORKSPACE_ID }}
|
||||
path-to-process: samples/*.yml
|
||||
path-to-process: samples
|
||||
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -3103,16 +3103,11 @@ async function runParameters(postmanApiKey, workspaceId, pathToProcess){
|
||||
|
||||
console.log(`Path to process : ${pathToProcess}`);
|
||||
console.log(`Files to process : ${apiFilesWithPath}`);
|
||||
|
||||
console.log(`Getting workspace ${workspaceId}!`);
|
||||
|
||||
console.log("-----");
|
||||
|
||||
const workspace = await getWorkspace(workspaceId, postmanApiKey);
|
||||
|
||||
console.log(JSON.stringify(workspace));
|
||||
console.log("-----");
|
||||
|
||||
const collections = workspace.workspace.collections;
|
||||
|
||||
const apisToProcess = filenamesToSet(apiFilesWithPath);
|
||||
|
||||
5
index.js
5
index.js
@@ -21,16 +21,11 @@ export async function runParameters(postmanApiKey, workspaceId, pathToProcess){
|
||||
|
||||
console.log(`Path to process : ${pathToProcess}`);
|
||||
console.log(`Files to process : ${apiFilesWithPath}`);
|
||||
|
||||
console.log(`Getting workspace ${workspaceId}!`);
|
||||
|
||||
console.log("-----");
|
||||
|
||||
const workspace = await postman.getWorkspace(workspaceId, postmanApiKey);
|
||||
|
||||
console.log(JSON.stringify(workspace));
|
||||
console.log("-----");
|
||||
|
||||
const collections = workspace.workspace.collections;
|
||||
|
||||
const apisToProcess = utils.filenamesToSet(apiFilesWithPath);
|
||||
|
||||
Reference in New Issue
Block a user