Skip to content

Commit 5660249

Browse files
authored
fix(package-testing) path to protocol changed (#18880)
1 parent 7b69f0b commit 5660249

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/api-test-lint-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- '.github/workflows/api-test-lint-deploy.yaml'
1818
- '.github/actions/python/**'
1919
- '.github/workflows/utils.js'
20+
- 'package-testing/**'
2021
push:
2122
paths:
2223
- 'api/**'

package-testing/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class TestSimulate(TestConfig):
5050
TestSimulate(
5151
test_key="OT2_v6PD_expect_error",
5252
test_helper="simulate",
53-
protocol_path="../analyses-snapshot-testing/files/protocols/OT2_X_v6_P300M_P20S_HS_MM_TM_TC_AllMods.json",
53+
protocol_path="../analyses-snapshot-testing/files/protocols/protocol_designer/OT2_X_v6_P300M_P20S_HS_MM_TM_TC_AllMods.json",
5454
expected_return_code="1",
5555
),
5656
]

0 commit comments

Comments
 (0)