Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
blackboxsw committed Aug 15, 2024
1 parent dc11370 commit 465c1a0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
echo 'QUILT_PATCHES=debian/patches' >> ~/.quiltrc
echo 'QUILT_SERIES=debian/patches/series' >> ~/.quiltrc
- name: Merge PR branch into upstream main
- name: Exercise daily recipe PPA builds
run: |
ls debian
git remote -v
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git fetch origin main
git checkout main
git merge --no-ff ${{ github.head_ref }}
quilt push -a
tox -e py3
quilt pop -a

0 comments on commit 465c1a0

Please sign in to comment.