File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,27 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
+ - name : Checkout containerised example IOCs
14
+ uses : actions/checkout@v4
15
+ with :
16
+ repository : epics-containers/example-services
17
+ path : example-services
18
+
19
+ -
uses :
hoverkraft-tech/[email protected]
20
+ with :
21
+ compose-file : example-services/compose.yaml
22
+ env :
23
+ EPICS_CA_ADDR_LIST : 127.0.0.1:5094
24
+
13
25
- name : Checkout
14
26
uses : actions/checkout@v4
15
27
with :
16
28
# Need this to get version number from last tag
17
29
fetch-depth : 0
30
+ path : blueapi
18
31
19
32
- name : Install python packages
20
- uses : . /.github/actions/install_requirements
33
+ uses : blueapi /.github/actions/install_requirements
21
34
22
35
- name : Start RabbitMQ
23
36
uses : namoshek/rabbitmq-github-action@v1
26
39
plugins : rabbitmq_stomp
27
40
28
41
- name : Start Blueapi Server
29
- run : blueapi -c ${{ github.workspace }}/tests/unit_tests/example_yaml/valid_stomp_config.yaml serve &
42
+ run : blueapi -c ${{ github.workspace }}/blueapi/tests/system_tests/config.yaml serve &
43
+ env :
44
+ EPICS_CA_ADDR_LIST : 127.0.0.1:5094
30
45
31
46
- name : Run tests
32
47
run : tox -e system-test
Original file line number Diff line number Diff line change
1
+ env :
2
+ sources :
3
+ - kind : dodal
4
+ module : dodal.beamlines.adsim
5
+ - kind : planFunctions
6
+ module : dodal.plans
7
+ - kind : planFunctions
8
+ module : dodal.plan_stubs.wrapped
9
+ stomp :
10
+ host : localhost
11
+ port : 61613
You can’t perform that action at this time.
0 commit comments