-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(emulation): use emulation v3.0.1 to let CI pass (#499)
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: >- | ||
|
@@ -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 | ||
|
@@ -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 |