Skip to content

feat: placement readiness - CI/CD and Docs #1

feat: placement readiness - CI/CD and Docs

feat: placement readiness - CI/CD and Docs #1

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up GCC
run: sudo apt-get install -y gcc make
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Build Shell
run: make
- name: Run Command Mapping Tests
run: python3 test_command_mapping.py