Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh committed Jul 24, 2024
1 parent 3a5ff4c commit a567950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyses-snapshot-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ env.PR_TARGET_BRANCH != 'not a pr' }}
run: |
git fetch origin ${{ env.PR_TARGET_BRANCH }}
git diff --quiet ${{ env.PR_TARGET_BRANCH }} -- analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test
git diff --quiet HEAD origin/${{ env.PR_TARGET_BRANCH }} -- analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test
DIFF_EXIT_CODE=$?
if [ $DIFF_EXIT_CODE -eq 0 ]; then
echo "Analyses snapshots match ${{ env.PR_TARGET_BRANCH }} snapshots."
Expand Down

0 comments on commit a567950

Please sign in to comment.