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 b35fcd6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/_system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout containerised example IOCs
uses: actions/checkout@master
with:
name: example-services
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 b35fcd6

Please sign in to comment.