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 3443c56 commit 5cb0675
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ jobs:
echo 'QUILT_PATCHES=debian/patches' >> ~/.quiltrc
echo 'QUILT_SERIES=debian/patches/series' >> ~/.quiltrc
- name: Exercise daily recipe PPA builds
- name: Daily recipe check: quilt patches apply successfully and tests run
run: |
git remote -v
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git fetch --depth=0 origin main
git checkout main
git merge ${{ github.head_ref }}
quilt push -a
tox -e py3
quilt pop -a

0 comments on commit 5cb0675

Please sign in to comment.