Skip to content

changed project structure, redesigned handlers implementation from fu… #17

changed project structure, redesigned handlers implementation from fu…

changed project structure, redesigned handlers implementation from fu… #17

Workflow file for this run

name: Run e2e tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build servies
run: docker compose up -d
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: npm install -g newman
- run: npm install -g newman
- name: Run Postman Collection
run: newman run "tests/e2e/api_v1.postman_collection.json"