Skip to content

removed unused imports #16

removed unused imports

removed unused imports #16

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"