Skip to content

Merge pull request #24 from silinternational/feature/actions #7

Merge pull request #24 from silinternational/feature/actions

Merge pull request #24 from silinternational/feature/actions #7

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unit Tests
run: |
touch local.env
make test