Skip to content

Adding calib.cfg back #10

Adding calib.cfg back

Adding calib.cfg back #10

Workflow file for this run

name: bot-eotest-configs CI
on:
push:
branches:
- master
pull_request:
branches:
- master
<<<<<<< HEAD

Check failure on line 12 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
<<<<<<< HEAD
workflow_dispatch: null
jobs:
build:
runs-on: ${{ matrix.os }}
=======
jobs:
build:
runs-on: {{ matrix.os }}
>>>>>>> 5782642 (add ci.yaml)
=======
workflow_dispatch: null
jobs:
build:
runs-on: ${{ matrix.os }}
>>>>>>> 1d8fd5d (enable manual workflow triggering; syntax fix)
strategy:
matrix:
os: [ ubuntu-latest ]
py: [ "3.11" ]
CC: [ gcc ]
CXX: [ g++ ]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- name: Install test dependencies
run: |
pip install numpy
- name: Clone the package and checkout the branch
shell: bash -l {0}
run: |
git clone https://github.com/${GITHUB_REPOSITORY}
cd bot-eotest-configs
git fetch origin ${GITHUB_REF}:TESTING
git checkout TESTING
- name: Run the test script
run: |
python scripts/cfg_checker.py