File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
repository : epics-containers/example-services
26
26
path : example-services
27
- ref : ' 2025.8.1 '
27
+ ref : ' 2025.8.2 '
28
28
29
29
- name : Compose devices
30
30
uses : hoverkraft-tech/compose-action@40041ff1b97dbf152cd2361138c2b03fa29139df # v2.3.0
45
45
46
46
- name : Start Blueapi Server
47
47
env :
48
- EPICS_CA_NAME_SERVERS : 127.0.0.1:5094
49
- EPICS_PVA_NAME_SERVERS : 127.0.0.1:5095
50
- EPICS_CA_ADDR_LIST : 127.0.0.1:5094
48
+ EPICS_CA_NAME_SERVERS : 127.0.0.1:9064
49
+ EPICS_PVA_NAME_SERVERS : 127.0.0.1:9075
51
50
run : blueapi -c ${{ github.workspace }}/tests/system_tests/config.yaml serve &
52
51
53
52
- name : Run tests
Original file line number Diff line number Diff line change 71
71
# $ docker compose up --detach
72
72
#
73
73
# Start blueapi server configured to talk via the ca-gateway
74
- # $ EPICS_CA_NAME_SERVERS=127.0.0.1:5094 EPICS_PVA_NAME_SERVERS=127.0.0.1:5095 \
75
- # EPICS_CA_ADDR_LIST=127.0.0.1:5094 blueapi -c config.yaml serve
74
+ # $ EPICS_CA_NAME_SERVERS=127.0.0.1:9064 EPICS_PVA_NAME_SERVERS=127.0.0.1:9075 \
75
+ # blueapi -c config.yaml serve
76
76
#
77
77
# Run the system tests using tox:
78
78
# $ tox -e system-test
You can’t perform that action at this time.
0 commit comments