Skip to content

Atualizando gitactions #14

Atualizando gitactions

Atualizando gitactions #14

Workflow file for this run

name: Newman Run
on:
push:
branches:
- main
jobs:
newman:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create dir
run: |

Check failure on line 12 in .github/workflows/blank.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/blank.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
mkdir testArtifacts
#Config environement
- name: Install Node
uses: actions/setup-node@v3.4.1
- name: Install Newman
run: |
npm install -g newman
npm install -g newman-reporter-htmlextra
- name: Run Test
run: newman run ServeRest.postman_collection.json -e serveRest_env.postman_environment.json -r cli,htmlextra
- name: Report
uses: actions/upload-artifact@v3.1.2
with:
name: Reports
path: newman