Skip to content

Commit

Permalink
ci: use test from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cshezi committed Jan 10, 2024
1 parent 99182ab commit 009972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:


- name: Test Processor
run: newman run https://raw.githubusercontent.com/frmscoe/postman/indexes/RES_TMS_TEST.postman_collection.json -e https://raw.githubusercontent.com/frmscoe/postman/indexes/environments/Ekuta-LOCAL.postman_environment.json --timeout-request 10200 -r json --reporter-json-export fullReport.json
run: newman run https://raw.githubusercontent.com/frmscoe/postman/main/micro_processors/TransactionMessageSubmitterProcessor_Proxt_Test.postman_collection.json -e https://raw.githubusercontent.com/frmscoe/postman/indexes/environments/Ekuta-LOCAL.postman_environment.json --timeout-request 10200 -r json --reporter-json-export fullReport.json

- name: Extract Specific Field
id: newman_test
Expand Down

0 comments on commit 009972d

Please sign in to comment.