Skip to content

Commit

Permalink
do not diff *.pbf file as the features order changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkAndshark committed Jan 8, 2025
1 parent d08a3e1 commit 7c1dc52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,214 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
DATABASE_URL: ${{ steps.pg.outputs.connection-uri }}
- name: Compare test output results (Linux)
if: matrix.target == 'x86_64-unknown-linux-gnu'
run: diff --brief --recursive --new-file tests/output tests/expected
run: diff --brief --recursive --new-file --exclude='*.pbf' tests/output tests/expected
- name: Download Debian package (Linux)
if: matrix.target == 'x86_64-unknown-linux-gnu'
uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit 7c1dc52

Please sign in to comment.