mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-06-05 21:24:36 +00:00
Update main.yml
This commit is contained in:
@@ -16,6 +16,12 @@ jobs:
|
||||
name: "Unit Tests"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Checks out repository under $GITHUB_WORKSPACE
|
||||
- name: Checkout Latest Repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Install Ceedling
|
||||
- name: Install Ceedling
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user