Skip to content

feat: Replace codebase with Snke source and support CodePipeline deployment #8

feat: Replace codebase with Snke source and support CodePipeline deployment

feat: Replace codebase with Snke source and support CodePipeline deployment #8

Workflow file for this run

name: "CI"
on:
pull_request:
branches:
- main
- v**
push:
branches:
- main
- 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