Skip to content

Commit

Permalink
fixup! ci: add upstream post-merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Feb 5, 2025
1 parent 2b44701 commit b9f45ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fi
# The quilt default setting is --fuzz=2, but debian packaging has
# stricter requirements
sed -i 's/QUILT_PUSH_ARGS=.*$/QUILT_PUSH_ARGS="--fuzz=0"/g' /etc/quilt.quiltrc
sudo sed -i 's/QUILT_PUSH_ARGS=.*$/QUILT_PUSH_ARGS="--fuzz=0"/g' /etc/quilt.quiltrc
- name: Run test - apply patches and run unit tests
run: |
Expand Down

0 comments on commit b9f45ae

Please sign in to comment.