Skip to content

Commit

Permalink
fix(analyses-snapshot-testing): trigger test run on test library chan…
Browse files Browse the repository at this point in the history
…ge (#15807)

# Overview

Changes to `analyses-snapshot-testing` should trigger the tests to run.

# Test Plan

- [x] ~~due to merge of #15805 test should fail~~ doesn't fail because I
forgot how file addition works
- [x] trigger update PR with the label (added during PR creation)
- [x] added the files to the test but no snapshot so the test should
fail
- [x] merge the snapshot heal
- [x] see the test pass
  • Loading branch information
y3rsh authored Jul 26, 2024
1 parent 5615d1e commit 697b743
Show file tree
Hide file tree
Showing 4 changed files with 22,934 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ on:
- 'shared-data/**/*'
- '!shared-data/js/**'
- '.github/workflows/analyses-snapshot-test.yaml'
- 'analyses-snapshot-testing/**'

types:
- opened #default
- synchronize #default
Expand Down
12 changes: 12 additions & 0 deletions analyses-snapshot-testing/automation/data/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,12 @@ class Protocols:
robot="Flex",
)

Flex_S_v2_19_P1000_96_GRIP_HS_MB_TC_TM_Smoke: Protocol = Protocol(
file_stem="Flex_S_v2_19_P1000_96_GRIP_HS_MB_TC_TM_Smoke",
file_extension="py",
robot="Flex",
)

OT2_X_v2_18_None_None_duplicateRTPVariableName: Protocol = Protocol(
file_stem="OT2_X_v2_18_None_None_duplicateRTPVariableName",
file_extension="py",
Expand Down Expand Up @@ -665,6 +671,12 @@ class Protocols:
robot="OT2",
)

OT2_S_v2_19_P300M_P20S_HS_TC_TM_SmokeTestV3: Protocol = Protocol(
file_stem="OT2_S_v2_19_P300M_P20S_HS_TC_TM_SmokeTestV3",
file_extension="py",
robot="OT2",
)

##########################################################################################################
# Begin Protocol Library Protocols #######################################################################
##########################################################################################################
Expand Down
Loading

0 comments on commit 697b743

Please sign in to comment.