-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
name: Test Endpoints
on:
push:
branches:
- main
pull_request:
jobs:
test-endpoints:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Newman
run: npm install -g newman
- name: Run Postman Collection
run: |
newman run path/to/your-collection.json \
-e path/to/your-environment.json \
--reporters cliReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request