Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 18, 2024
1 parent 8bdc5f1 commit 4f251a2
Show file tree
Hide file tree
Showing 33 changed files with 27,887 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:

- name: Run schema/ioc instance generation tests
run: |
pip install -r requirements.txt
bash tests/test_generate.sh
check-docker-build:
# pull requests are a duplicate of a branch push if within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
fail-fast: false
max-parallel: 5
max-parallel: 10
matrix:
repo: [ioc-adaravis, ioc-pmac, ioc-lakeshore340, ioc-tetramm, ioc-opcua, ioc-motorSim, ioc-adsimdetector]
include:
Expand Down
2 changes: 1 addition & 1 deletion pmac/pmac.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ defs:
PORT: "{{PmacController}}"
PREC:
PMAC: "{{PmacController.P}}"
NAxes: "{{PmacController.NAxes}}"
NAxes: "{{PmacController.NAXES}}"

# pvi:
# yaml_path: pmacTrajectory.pvi.device.yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/ioc_repos/bl45p
Submodule bl45p updated from 02d9b6 to bdecb6
Loading

0 comments on commit 4f251a2

Please sign in to comment.