Skip to content

Merge pull request #32 from antevir/anan_urc_queue #32

Merge pull request #32 from antevir/anan_urc_queue

Merge pull request #32 from antevir/anan_urc_queue #32

Workflow file for this run

name: Ceedling Unit Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install Ceedling
run: gem install ceedling
- name: Run Unit Tests
run: |
ceedling test:all