Skip to content

Create ci.yaml

Create ci.yaml #15

Workflow file for this run

name: "CI"
on:
pull_request:
branches:
- main
- v**
push:
branches:
- test-deployment
- v**
tags:
- v*
jobs:
# General init section to setup global variables e.g., compiler version, test os
build-and-test:
# Workaround for environment variables as workflow parameters: https://github.com/orgs/community/discussions/26671
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Run unit tests
run: cd deployment && chmod +x ./run-unit-tests.sh && ./run-unit-tests.sh