Skip to content

Commit

Permalink
bad snap and better diff capture
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Jul 25, 2024
1 parent a3dfe42 commit 32a2737
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
git fetch origin ${{ env.PR_TARGET_BRANCH }}
DIFF_OUTPUT=$(git diff HEAD origin/${{ env.PR_TARGET_BRANCH }} -- analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test)
if [ $DIFF_EXIT_CODE -eq 0 ]; then
if [ -n "$DIFF_OUTPUT" ]; then
echo "Analyses snapshots match ${{ env.PR_TARGET_BRANCH }} snapshots."
else
echo "Analyses snapshots do NOT match ${{ env.PR_TARGET_BRANCH }} snapshots."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"commands": [
{
"commandType": "home",
"completedAt": "TIMESTAMP",
"createdAt": "TIMESTAMP",
"id": "UUID",
"key": "50c7ae73a4e3f7129874f39dfb514803",
"notes": [],
"params": {},
"result": {},
"startedAt": "TIMESTAMP",
"status": "succeeded"
},
{
"commandType": "loadPipette",
"completedAt": "TIMESTAMP",
Expand Down

0 comments on commit 32a2737

Please sign in to comment.