Skip to content

Commit

Permalink
Checkout and compose example services
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Mar 5, 2025
1 parent 6012f61 commit 941102d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/_system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout containerised example IOCs
uses: actions/checkout@master
with:
repository: epics-containers/example-services

- uses: hoverkraft-tech/compose-action@v2.0.1
with:
compose-file: "example-services/compose.yml"
env:
EPICS_CA_ADDR_LIST: 127.0.0.1:5094

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 941102d

Please sign in to comment.