Skip to content

Commit

Permalink
fix(emulation): use emulation v3.0.1 to let CI pass (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsinapi authored Nov 11, 2022
1 parent 30999af commit 6151a37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_emulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
uses: actions/checkout@v3
with:
repository: Opentrons/opentrons-emulation
ref: v3.0.0
ref: v3.0.1

- name: Checkout ot3-firmware repo
uses: actions/checkout@v3
with:
path: ot3-firmware

- name: Setup Emulation
uses: Opentrons/[email protected].0
uses: Opentrons/[email protected].1
with:
cache-break: ${{ github.event.inputs.cache-break }}
command: setup-python-only

- name: Substitute current sha into yaml
id: sub-step
uses: Opentrons/[email protected].0
uses: Opentrons/[email protected].1
with:
command: yaml-sub
substitutions: >-
Expand All @@ -45,13 +45,13 @@ jobs:


- name: Build Emulator
uses: Opentrons/[email protected].0
uses: Opentrons/[email protected].1
with:
command: setup
input-file: ${{ github.workspace }}/output.yaml

- name: Run Emulation
uses: Opentrons/[email protected].0
uses: Opentrons/[email protected].1
with:
command: run
input-file: ${{ github.workspace }}/output.yaml
Expand All @@ -63,7 +63,7 @@ jobs:
run: "curl --request GET --header 'opentrons-version: *' http://localhost:31950/modules"

- name: Teardown Emulation
uses: Opentrons/[email protected].0
uses: Opentrons/[email protected].1
with:
input-file: ${{ github.workspace }}/output.yaml
command: teardown

0 comments on commit 6151a37

Please sign in to comment.