Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Dec 18, 2024
1 parent cdbd511 commit 08386e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
volumes:
${{ env.GITHUB_ACTION_PATH }}:${{ env.GITHUB_ACTION_PATH }}
${{ github.workspace }}:${{ github.workspace }}
# FIXME: Add input source dir when moved! ^^^
workdir: ${{ github.workspace }}
run: |
echo "::group::Update tester instance"
Expand All @@ -74,11 +75,14 @@ jobs:
apt install autopkgtest
echo "::endgroup::"
# TODO: Disable network by default...
mv -v ./*-debian-source/* .
mv -v ./*-debian-packages/* .
echo "::group::Run autopkgtests"
autopkgtest --apt-pocket proposed --apt-upgrade --no-built-binaries --user=tester \
autopkgtest --apt-pocket proposed --apt-upgrade --no-built-binaries \
--user=tester --summary-file ${GITHUB_STEP_SUMMARY} \
*_${{ needs.build-deb-package.outputs.pkg-version }}*.deb \
${{ needs.build-deb-package.outputs.pkg-name }}_${{ needs.build-deb-package.outputs.pkg-version }}_source.changes -- null
echo "::endgroup::"

0 comments on commit 08386e0

Please sign in to comment.