Skip to content

fix: Update Acceptance tests #37

fix: Update Acceptance tests

fix: Update Acceptance tests #37

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Main checkout
uses: actions/checkout@v4
- name: Linting
run: make test-ci