Skip to content

Merge pull request #280 from alma/feature/ECOM-1173/bug-to-add-to-car… #42

Merge pull request #280 from alma/feature/ECOM-1173/bug-to-add-to-car…

Merge pull request #280 from alma/feature/ECOM-1173/bug-to-add-to-car… #42

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
branches:
- main
- develop
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: make test