-
Notifications
You must be signed in to change notification settings - Fork 1
47 lines (36 loc) · 1.01 KB
/
ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: bot-eotest-configs CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch: null
jobs:
build:
runs-on: ${{ matrix.os }}
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