Skip to content

Fix(enhanced-http): bumped http version to 1.0.0 #29

Fix(enhanced-http): bumped http version to 1.0.0

Fix(enhanced-http): bumped http version to 1.0.0 #29

Workflow file for this run

name: CI Tests
on:
pull_request:
jobs:
unit-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository 🛎️
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Tests 🧪
uses: ./.github/actions/test