Skip to content

tests: add integration test for get incoming links #15

tests: add integration test for get incoming links

tests: add integration test for get incoming links #15

Workflow file for this run

---
name: Testing
on:
pull_request:
branches:
- develop
- master
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set dotenv
run: cp .env.example .env
- name: Run Unit Tests
run: make unit-tests unit-tests-coverage
integration:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set dotenv
run: cp .env.example .env
- name: Run Unit Tests
run: make integration-tests