Skip to content

update acc update test #4

update acc update test

update acc update test #4

Workflow file for this run

name: Postman Newman Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
postman-newman-run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Check if Automation Exercise site is accessible
run: curl -I https://www.automationexercise.com
- name: Run Postman collection with Newman
run: npm test